summaryrefslogtreecommitdiff
path: root/crc_simd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'crc_simd.cpp')
-rw-r--r--crc_simd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/crc_simd.cpp b/crc_simd.cpp
index 84a4a081..4699953a 100644
--- a/crc_simd.cpp
+++ b/crc_simd.cpp
@@ -49,7 +49,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_ProbeCRC32()
{