mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2025-03-02 18:36:04 +00:00
Disable CRYPTOPP_BUGGY_SIMD_LOAD_AND_STORE by default
This commit is contained in:
parent
2718731bac
commit
f6c9a8e183
2
config.h
2
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user