mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-13 00:55:29 -04:00
aesni: define MBEDTLS_HAVE_X86
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
This commit is contained in:
parent
198fbc2c99
commit
5a0915953a
@ -45,6 +45,11 @@
|
|||||||
#define MBEDTLS_HAVE_X86_64
|
#define MBEDTLS_HAVE_X86_64
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(MBEDTLS_HAVE_X86) && \
|
||||||
|
(defined(__i386__) || defined(_M_IX86))
|
||||||
|
#define MBEDTLS_HAVE_X86
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_AESNI_C)
|
#if defined(MBEDTLS_AESNI_C)
|
||||||
|
|
||||||
/* Can we do AESNI with intrinsics?
|
/* Can we do AESNI with intrinsics?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user