summaryrefslogtreecommitdiff
path: root/lsh256.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 /lsh256.cpp
parent47e15356079ba27871305d7e7f67a43bb4e81369 (diff)
downloadcryptopp-git-11e3435d03d886ab8451132e014350629a996f40.tar.gz
Fix non-Intel compiles
Diffstat (limited to 'lsh256.cpp')
-rw-r--r--lsh256.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lsh256.cpp b/lsh256.cpp
index 9d1b6f69..1590e0ac 100644
--- a/lsh256.cpp
+++ b/lsh256.cpp
@@ -76,7 +76,7 @@
# include <x86intrin.h>
#endif
-#if defined(__GNUC__)
+#if defined(__GNUC__) && defined(__amd64__)
# include <x86intrin.h>
#endif