We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacc6e5 commit b7af8daCopy full SHA for b7af8da
third_party/FP16/include/fp16/bitcasts.h
@@ -8,11 +8,7 @@
8
#include <stdint.h>
9
#endif
10
11
-#if defined(__INTEL_COMPILER) || defined(_MSC_VER) && (_MSC_VER >= 1932) && (defined(_M_IX86) || defined(_M_X64))
12
- #include <immintrin.h>
13
-#endif
14
-
15
-#if defined(_MSC_VER) && !defined(__clang__) && (defined(_M_ARM) || defined(_M_ARM64))
+#if (defined(_MSC_VER) && !defined(__clang__) && (defined(_M_ARM) || defined(_M_ARM64))) || defined(__INTEL_COMPILER) || (defined(_MSC_VER) && (_MSC_VER >= 1932) && (defined(_M_IX86) || defined(_M_X64)))
16
#include <intrin.h>
17
18
0 commit comments