summaryrefslogtreecommitdiff
path: root/lsh512.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2021-04-21 07:48:34 -0400
committerJeffrey Walton <noloader@gmail.com>2021-04-21 07:48:34 -0400
commit11e3435d03d886ab8451132e014350629a996f40 (patch)
tree2d3678609edca2d3c361f5b0e0113c81936a23e2 /lsh512.cpp
parent47e15356079ba27871305d7e7f67a43bb4e81369 (diff)
downloadcryptopp-git-11e3435d03d886ab8451132e014350629a996f40.tar.gz
Fix non-Intel compiles
Diffstat (limited to 'lsh512.cpp')
-rw-r--r--lsh512.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsh512.cpp b/lsh512.cpp
index 0e97abf9..7c53c6d4 100644
--- a/lsh512.cpp
+++ b/lsh512.cpp
@@ -76,7 +76,7 @@
# include <x86intrin.h>
#endif
-#if defined(__GNUC__)
+#if defined(__GNUC__) && defined(__amd64__)
# include <x86intrin.h>
#endif