BUG: Mirror VQSORT_ENABLED logic in Quicksort by charris · Pull Request #27073 · numpy/numpy

and others added 3 commits

July 29, 2024 16:00
This patch disables Highway VQSort if the same criteria is met as sort/shared-inl.h, to prevent it aborting at runtime.

I'm unsure whether this would look neater using Highway's dynamic dispatch.