summaryrefslogtreecommitdiff
path: root/config_ver.h
diff options
context:
space:
mode:
Diffstat (limited to 'config_ver.h')
-rw-r--r--config_ver.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/config_ver.h b/config_ver.h
index c28abb86..a771de44 100644
--- a/config_ver.h
+++ b/config_ver.h
@@ -87,4 +87,10 @@
# define CRYPTOPP_MSC_VERSION (_MSC_VER)
#endif
+// To control <x86intrin.h> include. May need a guard, like GCC 4.5 and above
+// Also see https://stackoverflow.com/a/42493893 and https://github.com/weidai11/cryptopp/issues/1198
+#if defined(CRYPTOPP_GCC_VERSION) || defined(CRYPTOPP_APPLE_CLANG_VERSION) || defined(CRYPTOPP_LLVM_CLANG_VERSION)
+# define CRYPTOPP_GCC_COMPATIBLE 1
+#endif
+
#endif // CRYPTOPP_CONFIG_VERSION_H