diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-03-18 23:08:03 +0100 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-03-27 23:09:25 +0100 |
commit | 0e44d06852048513ee168521d1c4d574f1a1de9e (patch) | |
tree | f08d5187f550ec34a6be93378b7fd2a56fadd121 /numpy/lib/twodim_base.py | |
parent | 46767a2ffc6bf7b3c6841bd9b10f1f26543d22b7 (diff) | |
download | numpy-0e44d06852048513ee168521d1c4d574f1a1de9e.tar.gz |
ENH: write integer compare loops in way the compiler can vectorize them
current compilers (gcc 4.8, clang 3.4) are not good in vectorizing these
loops but at least for bytes and shorts they do give decent
improvements. Properly vectorizing the operations like already done for
floats is tedious and not probably not worth the effort, especially as
64 bit integer compares only exist in SSE4 and can thus not be used by
default.
Diffstat (limited to 'numpy/lib/twodim_base.py')
0 files changed, 0 insertions, 0 deletions