summaryrefslogtreecommitdiff
path: root/config_asm.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-05-21 19:40:11 -0400
committerJeffrey Walton <noloader@gmail.com>2019-05-21 19:40:11 -0400
commit6f3be56c9dd29f38cd3c36be56c438fea54ea919 (patch)
treeb7a191ec6a2b2bd10ccf653742dbc7068d1bf71d /config_asm.h
parent02cdbf61d3a6d824469f9373b68c26dea36b3bcc (diff)
downloadcryptopp-git-6f3be56c9dd29f38cd3c36be56c438fea54ea919.tar.gz
Update comments
Diffstat (limited to 'config_asm.h')
-rw-r--r--config_asm.h2
1 files changed, 1 insertions, 1 deletions
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)