Removed extraneous '#include <emmintrin.h>'
parent
b20e498fc5
commit
83d0332766
4
cpu.cpp
4
cpu.cpp
|
|
@ -18,10 +18,6 @@
|
||||||
#include <setjmp.h>
|
#include <setjmp.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE
|
|
||||||
#include <emmintrin.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
NAMESPACE_BEGIN(CryptoPP)
|
NAMESPACE_BEGIN(CryptoPP)
|
||||||
|
|
||||||
#ifndef CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY
|
#ifndef CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY
|
||||||
|
|
|
||||||
2
cpu.h
2
cpu.h
|
|
@ -34,7 +34,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Baseline include
|
// Baseline include
|
||||||
#if CRYPTOPP_BOOL_SSE2_ASM_AVAILABLE || CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE
|
#if CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE
|
||||||
# include <emmintrin.h> // __m64, __m128i, _mm_set_epi64x
|
# include <emmintrin.h> // __m64, __m128i, _mm_set_epi64x
|
||||||
#endif
|
#endif
|
||||||
#if CRYPTOPP_BOOL_SSSE3_ASM_AVAILABLE
|
#if CRYPTOPP_BOOL_SSSE3_ASM_AVAILABLE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue