Update header guards for x86
parent
17bf824790
commit
d748d4cfbe
|
|
@ -16,7 +16,7 @@
|
|||
# undef CRYPTOPP_ARM_CRC32_AVAILABLE
|
||||
#endif
|
||||
|
||||
#if (CRYPTOPP_CLMUL_AVAILABLE)
|
||||
#if (CRYPTOPP_SSE42_AVAILABLE)
|
||||
# include <nmmintrin.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
# undef CRYPTOPP_ARM_SHA_AVAILABLE
|
||||
#endif
|
||||
|
||||
#if (CRYPTOPP_CLMUL_AVAILABLE)
|
||||
#if (CRYPTOPP_SHANI_AVAILABLE)
|
||||
# include <nmmintrin.h>
|
||||
# include <immintrin.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue