summaryrefslogtreecommitdiff
path: root/lsh512_sse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lsh512_sse.cpp')
-rw-r--r--lsh512_sse.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lsh512_sse.cpp b/lsh512_sse.cpp
index cc08ccef..96cffd45 100644
--- a/lsh512_sse.cpp
+++ b/lsh512_sse.cpp
@@ -29,8 +29,7 @@ extern const char LSH512_SSE_FNAME[] = __FILE__;
# include <ammintrin.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