diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-09-29 19:22:43 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2014-09-29 19:40:48 +0200 |
commit | d3470b7351358e7d34141a818a6f71e81e0172ef (patch) | |
tree | 2904bb500328e60b92ff7427399c0134c8e7281d /numpy/polynomial/polyutils.py | |
parent | e065a26d9e85c99b6c5a1d1b9a306ff12a69674a (diff) | |
download | numpy-d3470b7351358e7d34141a818a6f71e81e0172ef.tar.gz |
ENH: unroll correlate loops
Unrolling the inner loop ensures the kernel is placed into registers and
reused, this almost doubles performance.
Also move the function to arraytypes.c.src where also our dot product is
placed.
The templ_common.h might still be useful in future so its kept.
Diffstat (limited to 'numpy/polynomial/polyutils.py')
0 files changed, 0 insertions, 0 deletions