diff options
author | Sayed Adel <seiko@imavr.com> | 2022-12-15 20:07:18 +0200 |
---|---|---|
committer | Sayed Adel <seiko@imavr.com> | 2023-01-29 13:02:36 +0200 |
commit | 640e85017aa8eac3e9be68b475acf27d623b16b7 (patch) | |
tree | 7da0ef7833c58729080ce09275387b09a5d1ccdb /numpy/core/setup.py | |
parent | 5749d39a52048761555e384cd5c3575ebe8988b7 (diff) | |
download | numpy-640e85017aa8eac3e9be68b475acf27d623b16b7.tar.gz |
ENH: remove raw SIMD of complex operations
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 2 |
1 files changed, 0 insertions, 2 deletions
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'), |