Add armclang version requirement for sha512

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-04-28 17:46:48 +08:00
parent 22a4d3e2b4
commit c37e260dc5

View file

@ -3216,8 +3216,8 @@
* \note If MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT is defined when building * \note If MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT is defined when building
* for a non-Aarch64 build it will be silently ignored. * for a non-Aarch64 build it will be silently ignored.
* *
* \note The code uses the SHA-512 Neon intrinsics, so requires GCC >= 8 or * \note The code uses the SHA-512 Neon intrinsics, so requires GCC >= 8,
* Clang >= 7. * Clang >= 7 or ArmClang >= 6.10.
* *
* \warning MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT cannot be defined at the * \warning MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT cannot be defined at the
* same time as MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY. * same time as MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY.
@ -3241,8 +3241,8 @@
* \note This allows builds with a smaller code size than with * \note This allows builds with a smaller code size than with
* MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT * MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT
* *
* \note The code uses the SHA-512 Neon intrinsics, so requires GCC >= 8 or * \note The code uses the SHA-512 Neon intrinsics, so requires GCC >= 8,
* Clang >= 7. * Clang >= 7 or ArmClang >= 6.10.
* *
* \warning MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY cannot be defined at the same * \warning MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY cannot be defined at the same
* time as MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT. * time as MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT.