Skip to content

Commit 4dc9609

Browse files
committed
Add avx512 fp16 header file when build with MSVC
1 parent ce6c288 commit 4dc9609

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/x86simdsort-icl.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// ICL specific routines:
22
#include "x86simdsort-static-incl.h"
33
#include "x86simdsort-internal.h"
4+
#ifdef _MSC_VER
5+
#include "avx512-16bit-qsort.hpp"
6+
#endif
7+
48

59
namespace xss {
610
namespace avx512 {

0 commit comments

Comments
 (0)