Improve behaviour on gcc targetting arm or thumb
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
793e264fbb
commit
ebe4292a9c
1 changed files with 4 additions and 0 deletions
|
@ -101,6 +101,10 @@
|
||||||
|
|
||||||
# endif
|
# endif
|
||||||
# if defined(MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT)
|
# if defined(MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT)
|
||||||
|
# if defined(MBEDTLS_COMPILER_IS_GCC) && !defined(MBEDTLS_ARCH_IS_ARM64)
|
||||||
|
# warning "GCC only supports aarch64 for MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT, using C code only"
|
||||||
|
# undef MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT
|
||||||
|
# endif
|
||||||
# if defined(__unix__)
|
# if defined(__unix__)
|
||||||
# if defined(__linux__)
|
# if defined(__linux__)
|
||||||
/* Our preferred method of detection is getauxval() */
|
/* Our preferred method of detection is getauxval() */
|
||||||
|
|
Loading…
Reference in a new issue