mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Disable Cryptogams AES for ARMv7 (GH #1236)
This commit is contained in:
parent
82451cd274
commit
d4b9fa1165
@ -382,6 +382,10 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
// We are still having trouble with integrating Cryptogams AES. Ugh...
|
||||
// https://github.com/weidai11/cryptopp/issues/1236
|
||||
#undef CRYPTOGAMS_ARM_AES
|
||||
|
||||
// Clang intrinsic casts, http://bugs.llvm.org/show_bug.cgi?id=20670
|
||||
#define UINT64_CAST(x) ((uint64_t *)(void *)(x))
|
||||
#define CONST_UINT64_CAST(x) ((const uint64_t *)(const void *)(x))
|
||||
|
Loading…
Reference in New Issue
Block a user