1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

aesni: define MBEDTLS_HAVE_X86

Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
Pengyu Lv
2023-09-13 17:37:53 +08:00
parent 198fbc2c99
commit 5a0915953a

View File

@@ -45,6 +45,11 @@
#define MBEDTLS_HAVE_X86_64
#endif
#if !defined(MBEDTLS_HAVE_X86) && \
(defined(__i386__) || defined(_M_IX86))
#define MBEDTLS_HAVE_X86
#endif
#if defined(MBEDTLS_AESNI_C)
/* Can we do AESNI with intrinsics?