Added implementation of keying material export (RFC 5705) (API for PRF implementation...
[BearSSL] / src / symcipher / aes_x86ni_cbcenc.c
index f1c473e..2addfb6 100644 (file)
@@ -27,6 +27,9 @@
 #if BR_AES_X86NI
 
 #if BR_AES_X86NI_GCC
+#if BR_AES_X86NI_GCC_OLD
+#pragma GCC target("sse2,sse4.1,aes,pclmul")
+#endif
 #include <wmmintrin.h>
 #endif