summaryrefslogtreecommitdiff
path: root/numpy/lib/twodim_base.py
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-03-18 23:08:03 +0100
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-03-27 23:09:25 +0100
commit0e44d06852048513ee168521d1c4d574f1a1de9e (patch)
treef08d5187f550ec34a6be93378b7fd2a56fadd121 /numpy/lib/twodim_base.py
parent46767a2ffc6bf7b3c6841bd9b10f1f26543d22b7 (diff)
downloadnumpy-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