diff options
author | Julian Taylor <jtaylor.debian@googlemail.com> | 2016-08-31 20:15:16 +0200 |
---|---|---|
committer | Julian Taylor <jtaylor.debian@googlemail.com> | 2016-09-01 09:58:24 +0200 |
commit | fd298a341ddeb05c471c8dfc16f4cc641d08f8a7 (patch) | |
tree | 65ff792e70bd848d90250195ee2f03b50618d905 /numpy/_import_tools.py | |
parent | a93d9f7a97358e618aa52b2bbfa119317ee56d08 (diff) | |
download | numpy-fd298a341ddeb05c471c8dfc16f4cc641d08f8a7.tar.gz |
ENH: add inplace cases to fast ufunc loop macros
Both gcc and clang don't automatically specialize the inplace case, so
add extra conditions to the loop macros to get the compilers to emit
decent code.
Without them inplace code ends up much slower than the out of place
code.
Diffstat (limited to 'numpy/_import_tools.py')
0 files changed, 0 insertions, 0 deletions