summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2022-01-11 09:14:53 +0200
committerGitHub <noreply@github.com>2022-01-11 09:14:53 +0200
commit2d749723319e91f9c2dbce9e96f12f95db08c0d0 (patch)
tree9aa48fbd652403249a5049f70f39a33bc69c292e /numpy/core/setup.py
parentacf33eb2a8a3de148cc523db13fab633530125e8 (diff)
parent5fca2bfccf7ea55d5e6d1480fff61b1ca14770bd (diff)
downloadnumpy-2d749723319e91f9c2dbce9e96f12f95db08c0d0.tar.gz
Merge pull request #20131 from Developer-Ecosystem-Engineering/as_min_max
BUG: min/max is slow, re-implement using NEON (#17989)
Diffstat (limited to 'numpy/core/setup.py')
-rw-r--r--numpy/core/setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/core/setup.py b/numpy/core/setup.py
index a67a4cab6..22cac1e9a 100644
--- a/numpy/core/setup.py
+++ b/numpy/core/setup.py
@@ -999,6 +999,7 @@ def configuration(parent_package='',top_path=None):
join('src', 'umath', 'loops_unary_fp.dispatch.c.src'),
join('src', 'umath', 'loops_arithm_fp.dispatch.c.src'),
join('src', 'umath', 'loops_arithmetic.dispatch.c.src'),
+ join('src', 'umath', 'loops_minmax.dispatch.c.src'),
join('src', 'umath', 'loops_trigonometric.dispatch.c.src'),
join('src', 'umath', 'loops_umath_fp.dispatch.c.src'),
join('src', 'umath', 'loops_exponent_log.dispatch.c.src'),