Sync with Upstream master

pull/461/head
Jeffrey Walton 2017-08-16 22:17:09 -04:00
commit fb5e731fd9
1 changed files with 1 additions and 1 deletions

View File

@ -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))