diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-06-10 19:38:58 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-06-10 23:03:06 +0200 |
commit | aef286debfd11a62f1c337dea55624cee7fd4d9e (patch) | |
tree | 34cd255a107668c8442984b4af5e9882635fb0f0 /numpy/lib/npyio.py | |
parent | c9bf9b0b1c8a85391695d4ded39921e98c63257d (diff) | |
download | numpy-aef286debfd11a62f1c337dea55624cee7fd4d9e.tar.gz |
ENH: enable unaligned loads on x86
x86 can handle unaligned load and there is no hand vectorized code in
this file. It would be a serious compiler bug if it adds vectorization
without checking for alignment.
Enables fast complex128 copies which are unaligned on 32 bit gcc unless
compiled with -malign-double.
Diffstat (limited to 'numpy/lib/npyio.py')
0 files changed, 0 insertions, 0 deletions