10000 Merge pull request #27438 from Mousius/remove-sve-vqsort · numpy/numpy@290e3a0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 290e3a0

Browse files
authored
Merge pull request #27438 from Mousius/remove-sve-vqsort
BUG: Disable SVE VQSort
2 parents 3fbd2e7 + 083d83f commit 290e3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ foreach gen_mtargets : [
829829
'highway_qsort.dispatch.h',
830830
'src/npysort/highway_qsort.dispatch.cpp',
831831
use_highway ? [
832-
SVE, ASIMD, VSX2, # FIXME: disable VXE due to runtime segfault
832+
ASIMD, VSX2, # FIXME: disable VXE due to runtime segfault
833833
] : []
834834
],
835835
[

0 commit comments

Comments
 (0)
0