From a1a039dba65d9a9e7ffcefefd6d66e991840ab12 Mon Sep 17 00:00:00 2001 From: Jerry Yu Date: Wed, 26 Apr 2023 10:21:42 +0800 Subject: [PATCH] Improve minimum compiler versions document Signed-off-by: Jerry Yu --- include/mbedtls/mbedtls_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/mbedtls/mbedtls_config.h b/include/mbedtls/mbedtls_config.h index e2a88181c5..615885003d 100644 --- a/include/mbedtls/mbedtls_config.h +++ b/include/mbedtls/mbedtls_config.h @@ -2082,8 +2082,8 @@ * system, Armv8-A Cryptographic Extensions must be supported by * the CPU when this option is enabled. * - * \note The minimum version of MSVC for building this module is "Visual - * Studio 2019 version 16.11.2"(`_MSC_VER >= 1929`) + * \note Minimum compiler versions for this feature are Clang 4.0, + * GCC 6.0 or MSVC 2019 version 16.11.2. * * This module adds support for the AES Armv8-A Cryptographic Extensions on Aarch64 systems. */