summaryrefslogtreecommitdiff
path: root/misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'misc.h')
-rw-r--r--misc.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc.h b/misc.h
index f81e81f4..be9fcf38 100644
--- a/misc.h
+++ b/misc.h
@@ -80,9 +80,11 @@
#endif
#if defined(__BMI__)
-# include <x86intrin.h>
+# if defined(CRYPTOPP_GCC_COMPATIBLE)
+# include <x86intrin.h>
+# endif
# include <immintrin.h>
-#endif // GCC and BMI
+#endif // BMI
// More LLVM bullshit. Apple Clang 6.0 does not define them.
// Later version of Clang defines them and results in warnings.