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 ce6c288 commit 4dc9609Copy full SHA for 4dc9609
lib/x86simdsort-icl.cpp
@@ -1,6 +1,10 @@
1
// ICL specific routines:
2
#include "x86simdsort-static-incl.h"
3
#include "x86simdsort-internal.h"
4
+#ifdef _MSC_VER
5
+#include "avx512-16bit-qsort.hpp"
6
+#endif
7
+
8
9
namespace xss {
10
namespace avx512 {
0 commit comments