X-Git-Url: https://bearssl.org/gitweb//home/git/?a=blobdiff_plain;f=src%2Fsymcipher%2Faes_x86ni_cbcdec.c;h=e140b9f5da99ff9dda485952ba9ee471c74e79dc;hb=927ecfc68d92d39e308eb5f1114db8de397fdb18;hp=6f75348bc028c522f06e3e1b3eed1b569b29f98f;hpb=5f045c759957fdff8c85716e6af99e10901fdac0;p=BearSSL diff --git a/src/symcipher/aes_x86ni_cbcdec.c b/src/symcipher/aes_x86ni_cbcdec.c index 6f75348..e140b9f 100644 --- a/src/symcipher/aes_x86ni_cbcdec.c +++ b/src/symcipher/aes_x86ni_cbcdec.c @@ -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 #endif