Enable VMAC for X86 ASM
X64 ASM was not previously disabled. X32 must be disabled until the port is completepull/308/head
parent
6b49827ee5
commit
51884539cb
2
vmac.h
2
vmac.h
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
// Clang 3.3 integrated assembler crash on Linux
|
// Clang 3.3 integrated assembler crash on Linux
|
||||||
// http://github.com/weidai11/cryptopp/issues/264
|
// http://github.com/weidai11/cryptopp/issues/264
|
||||||
#if (defined(CRYPTOPP_LLVM_CLANG_VERSION) && (CRYPTOPP_LLVM_CLANG_VERSION < 30400)) || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X86
|
#if (defined(CRYPTOPP_LLVM_CLANG_VERSION) && (CRYPTOPP_LLVM_CLANG_VERSION < 30400)) || CRYPTOPP_BOOL_X32
|
||||||
# define CRYPTOPP_DISABLE_VMAC_ASM
|
# define CRYPTOPP_DISABLE_VMAC_ASM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue