summaryrefslogtreecommitdiff
path: root/salsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'salsa.h')
-rw-r--r--salsa.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/salsa.h b/salsa.h
index 21b3202e..f86bb61b 100644
--- a/salsa.h
+++ b/salsa.h
@@ -9,9 +9,10 @@
#include "strciphr.h"
#include "secblock.h"
-// "Inline assembly operands don't work with .intel_syntax", http://llvm.org/bugs/show_bug.cgi?id=24232
+// Clang 3.3 integrated assembler crash on Linux. Clang 3.4 due to compiler
+// error with .intel_syntax, http://llvm.org/bugs/show_bug.cgi?id=24232
#if CRYPTOPP_BOOL_X32 || defined(CRYPTOPP_DISABLE_INTEL_ASM)
-# define CRYPTOPP_DISABLE_SALSA_ASM
+# define CRYPTOPP_DISABLE_SALSA_ASM 1
#endif
NAMESPACE_BEGIN(CryptoPP)