Enable run-time detection for Thumb and Arm

Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
Dave Rodgman 2023-10-05 09:39:56 +01:00
parent bfe6021e85
commit 7ed619d3fa
2 changed files with 7 additions and 9 deletions

View file

@ -3282,10 +3282,6 @@
* \note Minimum compiler versions for this feature are Clang 4.0,
* armclang 6.6 or GCC 6.0.
*
* \note GCC for Thumb or 32-bit Armv8 targets supports accelerated SHA-256
* via #MBEDTLS_SHA256_USE_A64_CRYPTO_ONLY, but does not support runtime
* detection via #MBEDTLS_SHA256_USE_A64_CRYPTO_IF_PRESENT.
*
* \note \c CFLAGS must be set to a minimum of \c -march=armv8-a+crypto for
* armclang <= 6.9
*