We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 058f913 commit 87f93bfCopy full SHA for 87f93bf
src/x86simdsort-static-incl.h
@@ -197,10 +197,7 @@ void x86simdsortStatic::partial_qsort<_Float16>(
197
}
198
#endif
199
200
-#elif defined(__AVX512F__)
201
-#error "x86simdsort requires AVX512DQ and AVX512VL to be enabled in addition to AVX512F to use AVX512"
202
-
203
-#elif defined(__AVX2__) && !defined(__AVX512F__)
+#elif defined(__AVX2__)
204
/* 32-bit and 64-bit dtypes vector definitions on AVX2 */
205
#include "avx2-32bit-half.hpp"
206
#include "avx2-32bit-qsort.hpp"
0 commit comments