From 80b8893dc50433cd999c5950142681c367f790b5 Mon Sep 17 00:00:00 2001 From: Sayed Adel Date: Sat, 4 Feb 2023 20:02:34 +0200 Subject: ENH, SIMD: dispatch the rest of all ufuncs with fast calls --- numpy/core/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core/setup.py') 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'), -- cgit v1.2.1