summaryrefslogtreecommitdiff
path: root/tiger.h
diff options
context:
space:
mode:
Diffstat (limited to 'tiger.h')
-rw-r--r--tiger.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tiger.h b/tiger.h
index 2e1d9343..d6349db8 100644
--- a/tiger.h
+++ b/tiger.h
@@ -12,8 +12,8 @@
// Clang 3.3 integrated assembler crash on Linux
// http://github.com/weidai11/cryptopp/issues/264
-#if defined(CRYPTOPP_LLVM_CLANG_VERSION) && (CRYPTOPP_LLVM_CLANG_VERSION < 30400)
-# define CRYPTOPP_DISABLE_TIGER_ASM
+#if (defined(CRYPTOPP_LLVM_CLANG_VERSION) && (CRYPTOPP_LLVM_CLANG_VERSION < 30400)) || CRYPTOPP_BOOL_X32
+# define CRYPTOPP_DISABLE_TIGER_ASM 1
#endif
NAMESPACE_BEGIN(CryptoPP)