Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a8f153b

Browse files
committed
Include 16-bit qsort for both dispatches
1 parent 8c9254c commit a8f153b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numpy/core/src/npysort/simd_qsort_16bit.dispatch.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#if defined(NPY_HAVE_AVX512_SPR) && !defined(_MSC_VER)
1111
#include "x86-simd-sort/src/avx512fp16-16bit-qsort.hpp"
12+
#include "x86-simd-sort/src/avx512-16bit-qsort.hpp"
1213
#elif defined(NPY_HAVE_AVX512_ICL) && !defined(_MSC_VER)
1314
#include "x86-simd-sort/src/avx512-16bit-qsort.hpp"
1415
#endif

0 commit comments

Comments
 (0)