diff options
author | Developer-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com> | 2022-10-05 20:26:04 -0700 |
---|---|---|
committer | Developer-Ecosystem-Engineering <65677710+Developer-Ecosystem-Engineering@users.noreply.github.com> | 2023-01-04 02:19:18 -0800 |
commit | 7e4746782454d2f2bbcd87bf6d8c0b89d000cdd5 (patch) | |
tree | 395c9d55f275e8932b96c323f99b589e077a146a /numpy/core/setup.py | |
parent | baa003e0c5a8616e26b86071283deb86c79ac5f0 (diff) | |
download | numpy-7e4746782454d2f2bbcd87bf6d8c0b89d000cdd5.tar.gz |
re-enable vx and vxe (avoid perf regressions) for existing code by splitting this new code into a new file
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r-- | numpy/core/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py index a5bd4a056..691c53f16 100644 --- a/numpy/core/setup.py +++ b/numpy/core/setup.py @@ -1007,6 +1007,7 @@ def configuration(parent_package='',top_path=None): join('src', 'umath', 'loops.c.src'), join('src', 'umath', 'loops_unary.dispatch.c.src'), join('src', 'umath', 'loops_unary_fp.dispatch.c.src'), + join('src', 'umath', 'loops_unary_fp_le.dispatch.c.src'), join('src', 'umath', 'loops_arithm_fp.dispatch.c.src'), join('src', 'umath', 'loops_arithmetic.dispatch.c.src'), join('src', 'umath', 'loops_logical.dispatch.c.src'), |