summaryrefslogtreecommitdiff
path: root/lsh512_avx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lsh512_avx.cpp')
-rw-r--r--lsh512_avx.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lsh512_avx.cpp b/lsh512_avx.cpp
index afb3ba24..56fed7c8 100644
--- a/lsh512_avx.cpp
+++ b/lsh512_avx.cpp
@@ -25,8 +25,7 @@ extern const char LSH512_AVX_FNAME[] = __FILE__;
# include <immintrin.h>
#endif
-// GCC at 4.5. Clang is unknown. Also see https://stackoverflow.com/a/42493893.
-#if (CRYPTOPP_GCC_VERSION >= 40500)
+#if defined(CRYPTOPP_GCC_COMPATIBLE)
# include <x86intrin.h>
#endif