-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
BLD: Fix x86-simd-sort build failure on openBSD #26821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 intel/x86-simd-sort#157 for details.
The following are updated from main
Small fixes are taken from