Skip to content

Commit 03fca92

Browse files
author
Jay Krell
committed
Revert "Try capital Intrin.h instead."
This reverts commit b0ccd3a.
1 parent 2639751 commit 03fca92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Common/Common/NumberUtilities.inl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// This helps compilers.
1212

1313
#if defined(_AMD64_) || _M_IX86_FP >= 2 || defined(__AVX__)
14-
#include <Intrin.h>
14+
#include <immintrin.h>
1515
#endif
1616

1717
#if !defined(__BIG_ENDIAN__) && !defined(__LITTLE_ENDIAN__)

0 commit comments

Comments
 (0)