mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-27 03:40:22 +00:00
Fix compile on CentOS 5
This commit is contained in:
parent
cb42f63520
commit
3ea9557268
2
xts.cpp
2
xts.cpp
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
// 0.3 to 0.4 cpb profit
|
// 0.3 to 0.4 cpb profit
|
||||||
#if defined(__SSE2__) || defined(_M_X64)
|
#if defined(__SSE2__) || defined(_M_X64)
|
||||||
# include <immintrin.h>
|
# include <emmintrin.h>
|
||||||
// Clang intrinsic casts
|
// Clang intrinsic casts
|
||||||
# define M128_CAST(x) ((__m128i *)(void *)(x))
|
# define M128_CAST(x) ((__m128i *)(void *)(x))
|
||||||
# define CONST_M128_CAST(x) ((const __m128i *)(const void *)(x))
|
# define CONST_M128_CAST(x) ((const __m128i *)(const void *)(x))
|
||||||
|
Loading…
Reference in New Issue
Block a user