Removed extraneous '#include <emmintrin.h>'

This commit is contained in:
Jeffrey Walton 2016-10-26 21:08:06 -04:00
parent b20e498fc5
commit 83d0332766
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
2 changed files with 1 additions and 5 deletions

View File

@ -18,10 +18,6 @@
#include <setjmp.h>
#endif
#if CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE
#include <emmintrin.h>
#endif
NAMESPACE_BEGIN(CryptoPP)
#ifndef CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY

2
cpu.h
View File

@ -34,7 +34,7 @@
#endif
// 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
#endif
#if CRYPTOPP_BOOL_SSSE3_ASM_AVAILABLE