mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-22 22:20:52 +00:00
Remove redundant check
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
6eee57bc07
commit
059f66ce7c
@ -76,10 +76,6 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if !defined(MBEDTLS_HAVE_NEON_INTRINSICS)
|
||||
#error "Target does not support NEON instructions"
|
||||
#endif
|
||||
|
||||
#if !(defined(__ARM_FEATURE_CRYPTO) || defined(__ARM_FEATURE_AES)) || \
|
||||
defined(MBEDTLS_ENABLE_ARM_CRYPTO_EXTENSIONS_COMPILER_FLAG)
|
||||
# if defined(__ARMCOMPILER_VERSION)
|
||||
|
Loading…
x
Reference in New Issue
Block a user