diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-05-06 19:24:10 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2013-05-15 18:53:12 +0200 |
commit | 99cb95f7379a95f978fd04d183fde2d262b262a6 (patch) | |
tree | 0e08c6a2d07b3032f8ce5609093aad3214ca1a50 /numpy/matrixlib/defmatrix.py | |
parent | 0337cf2f8cf555912dd39a2767a0f7f9e6398257 (diff) | |
download | numpy-99cb95f7379a95f978fd04d183fde2d262b262a6.tar.gz |
ENH: optimize byteswapping via intrinsics
Byteswapping is implemented in hardware on x86 cpus which is more than
double as fast than the existing implementation.
The masked version used for 32bit plays better with compiler pattern
matching so it can be optimized also by non-gcc/clang compilers.
Diffstat (limited to 'numpy/matrixlib/defmatrix.py')
0 files changed, 0 insertions, 0 deletions