Fix SunCC and "_mm_set_epi8 must have prototype"

pull/394/merge
Jeffrey Walton 2017-04-22 00:17:45 -04:00
parent c25edcaff3
commit 12b5074c72
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

2
cpu.h
View File

@ -47,7 +47,7 @@
#if CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE
# include <emmintrin.h> // __m64, __m128i, _mm_set_epi64x
#endif
#if CRYPTOPP_BOOL_SSSE3_ASM_AVAILABLE
#if CRYPTOPP_BOOL_SSSE3_INTRINSICS_AVAILABLE
# include <tmmintrin.h> // _mm_shuffle_pi8, _mm_shuffle_epi8
#endif // tmmintrin.h
#if CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE