Fix SunStudio 12.6 compile on i386
parent
a0166d9546
commit
d1e646a589
|
|
@ -51,7 +51,8 @@
|
||||||
# include <arm_acle.h>
|
# include <arm_acle.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (CRYPTOPP_SSE2_INTRIN_AVAILABLE)
|
// SunCC needs CRYPTOPP_SSSE3_AVAILABLE, too
|
||||||
|
#if (CRYPTOPP_SSE2_INTRIN_AVAILABLE || CRYPTOPP_SSSE3_AVAILABLE)
|
||||||
# include <emmintrin.h>
|
# include <emmintrin.h>
|
||||||
# include <pmmintrin.h>
|
# include <pmmintrin.h>
|
||||||
# include <xmmintrin.h>
|
# include <xmmintrin.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue