From 6f3be56c9dd29f38cd3c36be56c438fea54ea919 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 21 May 2019 19:40:11 -0400 Subject: [PATCH] Update comments --- config_asm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config_asm.h b/config_asm.h index 3cb6d177..e891aafd 100644 --- a/config_asm.h +++ b/config_asm.h @@ -225,7 +225,7 @@ # define CRYPTOPP_DISABLE_ASM 1 #endif -// Requires ARMv7 and ACLE 1.0. -march=armv7-a or above must be present +// Requires ACLE 1.0. -mfpu=neon or above must be present // Requires GCC 4.3, Clang 2.8 or Visual Studio 2012 // Do not use APPLE_CLANG_VERSION; use __ARM_FEATURE_XXX instead. #if !defined(CRYPTOPP_ARM_NEON_AVAILABLE) && !defined(CRYPTOPP_DISABLE_ASM)