From 0aa217b91c0de1deb90ebee606b8e8502be9eb7d Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 9 Dec 2018 10:24:55 -0500 Subject: Update comments in config.h Some comments in config.h were old. Time for a refresh. Switch from CRYPTOPP_BOOL_ARM64 to CRYPTOPP_BOOL_ARMV8. Aarch32 is ARMv8, and that's the important part. --- sha_simd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sha_simd.cpp') diff --git a/sha_simd.cpp b/sha_simd.cpp index 497d9f92..95ac10fc 100644 --- a/sha_simd.cpp +++ b/sha_simd.cpp @@ -73,7 +73,7 @@ extern "C" { } #endif // Not CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY -#if (CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARM64) +#if (CRYPTOPP_BOOL_ARM32 || CRYPTOPP_BOOL_ARMV8) bool CPU_ProbeSHA1() { #if defined(CRYPTOPP_NO_CPU_FEATURE_PROBES) -- cgit v1.2.1