AES-NI can be available on i386

This commit is contained in:
Frank Denis
2022-11-13 19:40:39 +01:00
parent 73d039d8ca
commit 45a0cef2fc
@@ -22,7 +22,7 @@
#if defined(HAVE_TMMINTRIN_H) && defined(HAVE_WMMINTRIN_H)
#ifdef __x86_64__
#if defined(__x86_64__) || defined(__i386__)
#ifdef __GNUC__
#pragma GCC target("ssse3")
#pragma GCC target("aes")