Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a258c3

Browse files
Update .gitignore and meson.build for loops_unary_fp_le.dispatch.c.src
1 parent d6ae74d commit 2a258c3

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ numpy/core/src/_simd/_simd_inc.h
216216
# umath module
217217
numpy/core/src/umath/loops_unary.dispatch.c
218218
numpy/core/src/umath/loops_unary_fp.dispatch.c
219+
numpy/core/src/umath/loops_unary_fp_le.dispatch.c
219220
numpy/core/src/umath/loops_arithm_fp.dispatch.c
220221
numpy/core/src/umath/loops_arithmetic.dispatch.c
221222
numpy/core/src/umath/loops_logical.dispatch.c

numpy/core/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,7 @@ src_umath = [
758758
src_file.process('src/umath/loops_umath_fp.dispatch.c.src'),
759759
src_file.process('src/umath/loops_unary.dispatch.c.src'),
760760
src_file.process('src/umath/loops_unary_fp.dispatch.c.src'),
761+
src_file.process('src/umath/loops_unary_fp_le.dispatch.c.src'),
761762
src_file.process('src/umath/matmul.c.src'),
762763
src_file.process('src/umath/matmul.h.src'),
763764
src_file.process('src/umath/simd.inc.src'),

0 commit comments

Comments
 (0)