Disable CRYPTOPP_BUGGY_SIMD_LOAD_AND_STORE by default

This commit is contained in:
Jeffrey Walton 2019-01-16 17:27:36 -05:00
parent 2718731bac
commit f6c9a8e183
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -303,7 +303,7 @@ const lword LWORD_MAX = W64LIT(0xffffffffffffffff);
// of GCC and Clang require 16-byte aligned arrays when using the builtin
// function. It is not limited to SSE and PowerPC code. Define this to disable
// Crypto++ code that uses potentially problematic builtins or intrinsics.
#define CRYPTOPP_BUGGY_SIMD_LOAD_AND_STORE 1
// #define CRYPTOPP_BUGGY_SIMD_LOAD_AND_STORE 1
// This list will probably grow over time as more compilers are identified.
#if defined(CRYPTOPP_BUGGY_SIMD_LOAD_AND_STORE)