diff options
author | Matti Picus <matti.picus@gmail.com> | 2022-12-15 05:05:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 05:05:09 +0200 |
commit | 78a499d99d3bd080026010b0b68c387114888221 (patch) | |
tree | 4c7cd4e97e8ae5750a4d11cc23ae9d55a9b36494 /.gitignore | |
parent | 32d616224e8342a77e57a2d9d135981de5e6ea67 (diff) | |
parent | bfa444d45c392678851f5c3dd5f8d3a02683447f (diff) | |
download | numpy-78a499d99d3bd080026010b0b68c387114888221.tar.gz |
Merge pull request #22167 from Developer-Ecosystem-Engineering/add_simd_bool_logical_andornot_absolute
ENH: Add SIMD versions of bool logical_&&,||,! and absolute
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9851fcc77..c0d370bc2 100644 --- a/.gitignore +++ b/.gitignore @@ -220,6 +220,7 @@ numpy/core/src/umath/loops_unary.dispatch.c 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_logical.dispatch.c numpy/core/src/umath/loops_minmax.dispatch.c numpy/core/src/umath/loops_trigonometric.dispatch.c numpy/core/src/umath/loops_exponent_log.dispatch.c |