From 640e85017aa8eac3e9be68b475acf27d623b16b7 Mon Sep 17 00:00:00 2001 From: Sayed Adel Date: Thu, 15 Dec 2022 20:07:18 +0200 Subject: ENH: remove raw SIMD of complex operations --- numpy/core/setup.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'numpy/core/setup.py') diff --git a/numpy/core/setup.py b/numpy/core/setup.py index e509b9d11..128aed779 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -1001,7 +1001,6 @@ def configuration(parent_package='',top_path=None): join('src', 'umath', 'umathmodule.c'), join('src', 'umath', 'reduction.c'), join('src', 'umath', 'funcs.inc.src'), - join('src', 'umath', 'simd.inc.src'), join('src', 'umath', 'loops.h.src'), join('src', 'umath', 'loops_utils.h.src'), join('src', 'umath', 'loops.c.src'), @@ -1042,7 +1041,6 @@ def configuration(parent_package='',top_path=None): join('src', 'multiarray', 'common.h'), join('src', 'multiarray', 'number.h'), join('src', 'common', 'templ_common.h.src'), - join('src', 'umath', 'simd.inc.src'), join('src', 'umath', 'override.h'), join(codegen_dir, 'generate_ufunc_api.py'), join(codegen_dir, 'ufunc_docstrings.py'), -- cgit v1.2.1