mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-07 06:42:56 +03:00
update document and error message
Chang the spell of armclang Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
@@ -3217,7 +3217,7 @@
|
||||
* for a non-Aarch64 build it will be silently ignored.
|
||||
*
|
||||
* \note The code uses the SHA-512 Neon intrinsics, so requires GCC >= 8,
|
||||
* Clang >= 7 or ArmClang >= 6.10.
|
||||
* Clang >= 7 or armclang >= 6.10.
|
||||
*
|
||||
* \warning MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT cannot be defined at the
|
||||
* same time as MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY.
|
||||
@@ -3242,7 +3242,7 @@
|
||||
* MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT
|
||||
*
|
||||
* \note The code uses the SHA-512 Neon intrinsics, so requires GCC >= 8,
|
||||
* Clang >= 7 or ArmClang >= 6.10.
|
||||
* Clang >= 7 or armclang >= 6.10.
|
||||
*
|
||||
* \warning MBEDTLS_SHA512_USE_A64_CRYPTO_ONLY cannot be defined at the same
|
||||
* time as MBEDTLS_SHA512_USE_A64_CRYPTO_IF_PRESENT.
|
||||
|
Reference in New Issue
Block a user