X-Git-Url: https://bearssl.org/gitweb//home/git/?p=BearSSL;a=blobdiff_plain;f=src%2Fsymcipher%2Faes_x86ni_cbcdec.c;h=e140b9f5da99ff9dda485952ba9ee471c74e79dc;hp=6f75348bc028c522f06e3e1b3eed1b569b29f98f;hb=2f88a673049d1e183d1a8f78e2030bf02362b8bf;hpb=5f045c759957fdff8c85716e6af99e10901fdac0;ds=inline 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