diff options
author | David Cournapeau <cournape@gmail.com> | 2009-06-30 10:08:27 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-06-30 10:08:27 +0000 |
commit | 8e96f6afadbb5e985442d5821e6f79eb5f795a7b (patch) | |
tree | 2477f1b3ff95708a16cf82cca45810e5ba48cd5a /doc/example.py | |
parent | dfd3b749cb4c423ea4c211044f34d36bc07218ba (diff) | |
download | numpy-8e96f6afadbb5e985442d5821e6f79eb5f795a7b.tar.gz |
BUG: Fix NPY_* macros for endianness (#1154).
I managed to screw them up: they did not actually mimic the gblic
endian.h behavior, that is NPY_BIG_ENDIAN and NPY_LITTLE_ENDIAN should
always be defined, and endianness should be detected by comparison with
NPY_BYTE_ORDER. This needs to be fixed because the behavior of the NPY_
macros was different depending on whether endian.h was available or not.
Let's hope nobody depended on it...
Diffstat (limited to 'doc/example.py')
0 files changed, 0 insertions, 0 deletions