BLD: Fix x86-simd-sort build failure on openBSD#26821
Conversation
|
@rgommers Should we update |
|
@r-devulap I assume that there is a missing backport here. Do you know what it is? EDIT: I may just omit this backport, it was a maybe yes, maybe no decision to try. |
|
probably this one? #26338 |
Working on it at numpy/meson#15 |
I suspect the new risc failure may be meson connected. |
- Update highway-qsort.dispatch.cpp. - Update x86_simd_argsort.dispatch.cpp - Update x86_simd_qsort.dispatch.cpp - Update x86_simd_qsort_16bit.dispatch.cpp
|
There is a failure on the riscv qemu build @r-devulap does this ring a bell? |
unfortunately, yes :( The original bug report was for numpy 2.0.0 |
Backport of #26797.
Fixes building x86-simd-sort on openBSD. See numpy/x86-simd-sort#157 for details.
The following are updated from main
Small fixes are taken from