diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2020-12-19 13:58:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-19 13:58:37 -0700 |
commit | f7bc512184a1de3992b0d154e6244a7a0d9a574f (patch) | |
tree | 33bafb4dec61bd525493be4b9c908c75638275db /.gitignore | |
parent | 811f9eea3b105919846760a6eca4edd22cc11c1d (diff) | |
parent | 81bb563172c84eb1eba92b05fa99d902d28af13b (diff) | |
download | numpy-f7bc512184a1de3992b0d154e6244a7a0d9a574f.tar.gz |
Merge pull request #17985 from seiko2plus/ditch_simd_arithmetic
ENH, SIMD: Ditching the old CPU dispatcher(Arithmetic)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b28f0d3c8..b0fa037a6 100644 --- a/.gitignore +++ b/.gitignore @@ -170,6 +170,7 @@ numpy/core/src/umath/simd.inc numpy/core/src/umath/struct_ufunc_test.c numpy/core/src/umath/test_rational.c numpy/core/src/umath/umath_tests.c +numpy/core/src/umath/loops_utils.h numpy/distutils/__config__.py numpy/linalg/umath_linalg.c doc/source/**/generated/ @@ -216,3 +217,4 @@ numpy/core/src/_simd/_simd_data.inc 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 |