diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-06-16 00:18:12 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-06-16 00:22:51 +0200 |
commit | 9871460decba504013e68a16313efe052f3cb679 (patch) | |
tree | ae8bc9bf589a9b9afdde259b45b5dc8d654fb57d /numpy/oldnumeric/tests/test_oldnumeric.py | |
parent | 3b7d3aef83bd914ff20fdc2a3d680591e69f61de (diff) | |
download | numpy-9871460decba504013e68a16313efe052f3cb679.tar.gz |
BUG: Revert "ENH: enable unaligned loads on x86"
This reverts commit aef286debfd11a62f1c337dea55624cee7fd4d9e.
x86 platform works with unaligned access but the compiler is allowed to assume
all data is aligned to its size by the C standard. This means it can vectorize
instructions peeling only by the size of the type, if the data is not aligned
to this size one ends up with data not correctly aligned for SSE instructions
(16 byte).
So this flag can only be enabled if autovectorization is disabled.
Diffstat (limited to 'numpy/oldnumeric/tests/test_oldnumeric.py')
0 files changed, 0 insertions, 0 deletions