diff options
author | Ganesh Kathiresan <ganesh3597@gmail.com> | 2021-03-08 14:19:40 +0530 |
---|---|---|
committer | Ganesh Kathiresan <ganesh3597@gmail.com> | 2021-03-20 16:22:13 +0530 |
commit | 453043c10a1d343a0ecc16c9a88bcfd0dfdfd4ce (patch) | |
tree | 31ae1eff9576038419760c586adeeff1c93ff09e /.gitignore | |
parent | f2cb33bcf60e72924b46dd652af64d0af8da2508 (diff) | |
download | numpy-453043c10a1d343a0ecc16c9a88bcfd0dfdfd4ce.tar.gz |
MAINT, SIMD: Add loops_arithmetic.dispatch.c.src
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 05df19335..736597b6b 100644 --- a/.gitignore +++ b/.gitignore @@ -215,5 +215,6 @@ numpy/core/src/_simd/_simd_inc.h # umath module numpy/core/src/umath/loops_unary_fp.dispatch.c numpy/core/src/umath/loops_arithm_fp.dispatch.c +numpy/core/src/umath/loops_arithmetic.dispatch.c numpy/core/src/umath/loops_trigonometric.dispatch.c numpy/core/src/umath/loops_exponent_log.dispatch.c |