summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorSayed Adel <seiko@imavr.com>2023-02-04 20:02:34 +0200
committerSayed Adel <seiko@imavr.com>2023-02-20 05:34:00 +0200
commit80b8893dc50433cd999c5950142681c367f790b5 (patch)
treec0682052779570b5520e9f0a0fd5838ef39649d9 /numpy/core/setup.py
parentf3b71fdaee417ab210d79cd0a572434ddfac1afc (diff)
downloadnumpy-80b8893dc50433cd999c5950142681c367f790b5.tar.gz
ENH, SIMD: dispatch the rest of all ufuncs with fast calls
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index b48d46c3f..81d0ffe0d 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -995,7 +995,7 @@ def configuration(parent_package='',top_path=None):
join('src', 'umath', 'loops_modulo.dispatch.c.src'),
join('src', 'umath', 'loops_comparison.dispatch.c.src'),
join('src', 'umath', 'loops_unary_complex.dispatch.c.src'),
- join('src', 'umath', 'loops_autovec_int.dispatch.c.src'),
+ join('src', 'umath', 'loops_autovec.dispatch.c.src'),
join('src', 'umath', 'matmul.h.src'),
join('src', 'umath', 'matmul.c.src'),
join('src', 'umath', 'clip.h'),