From f6c9a8e18301fd4d510150d0501aebb0aa2a7b74 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 16 Jan 2019 17:27:36 -0500 Subject: [PATCH] Disable CRYPTOPP_BUGGY_SIMD_LOAD_AND_STORE by default --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 6c3c8c3b..17271630 100644 --- a/config.h +++ b/config.h @@ -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)