Sync with Upstream master
commit
fb5e731fd9
2
gcm.cpp
2
gcm.cpp
|
|
@ -46,7 +46,7 @@ NAMESPACE_BEGIN(CryptoPP)
|
||||||
// 'mov eax, xmm0' or 'mov rax, xmm0'. REG_WORD() macro supplies REG32 or REG64.
|
// 'mov eax, xmm0' or 'mov rax, xmm0'. REG_WORD() macro supplies REG32 or REG64.
|
||||||
# define USE_MOV_REG32_OR_REG64 1
|
# define USE_MOV_REG32_OR_REG64 1
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif // CRYPTOPP_BOOL_X86 || CRYPTOPP_BOOL_X32 || CRYPTOPP_BOOL_X64
|
||||||
|
|
||||||
// Clang __m128i casts
|
// Clang __m128i casts
|
||||||
#define M128_CAST(x) ((__m128i *)(void *)(x))
|
#define M128_CAST(x) ((__m128i *)(void *)(x))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue