mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Remove asm check for aarch64 aesce
we implement it with aesce intrinsic. No asm needed. Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
76a51b99b6
commit
ba42b076f9
|
|
@ -34,7 +34,7 @@
|
|||
#include "mbedtls/platform_util.h"
|
||||
#include "mbedtls/error.h"
|
||||
|
||||
#if defined(MBEDTLS_HAVE_ASM) && defined(__aarch64__)
|
||||
#if defined(__aarch64__)
|
||||
#if !defined(MBEDTLS_AESCE_C) && defined(MBEDTLS_AES_USE_HARDWARE_ONLY)
|
||||
#error "MBEDTLS_AES_USE_HARDWARE_ONLY defined, but not all prerequisites"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue