Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 84972f9

Browse filesBrowse files
committed
Convert minmax to highway.
1 parent 3d549be commit 84972f9
Copy full SHA for 84972f9

File tree

Expand file treeCollapse file tree

3 files changed

+522
-477
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+522
-477
lines changed

‎numpy/_core/meson.build

Copy file name to clipboardExpand all lines: numpy/_core/meson.build
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.