Skip to content

Commit 458c087

Browse files
committed
Convert minmax to highway.
1 parent 3d549be commit 458c087

File tree

3 files changed

+518
-477
lines changed

3 files changed

+518
-477
lines changed

numpy/_core/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -983,13 +983,14 @@ foreach gen_mtargets : [
983983
],
984984
[
985985
'loops_minmax.dispatch.h',
986-
src_file.process('src/umath/loops_minmax.dispatch.c.src'),
986+
'src/umath/loops_minmax.dispatch.cpp',
987987
[
988988
ASIMD, NEON,
989989
AVX512_SKX, AVX2, SSE2,
990990
VSX2,
991991
VXE, VX,
992992
LSX,
993+
RVV,
993994
]
994995
],
995996
[

0 commit comments

Comments
 (0)