From 3dbed75b0b9c7087c76fe687acb5cf582cd57b99 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 10 Jan 2024 18:19:21 +0200 Subject: [PATCH] liblzma: Fix a comment in crc_common.h. --- src/liblzma/check/crc_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/liblzma/check/crc_common.h b/src/liblzma/check/crc_common.h index 552219fe..372ae4a4 100644 --- a/src/liblzma/check/crc_common.h +++ b/src/liblzma/check/crc_common.h @@ -74,7 +74,8 @@ #undef CRC_USE_IFUNC #undef CRC_USE_GENERIC_FOR_SMALL_INPUTS -// If CLMUL cannot be used then only the generic slice-by-four is built. +// If CLMUL cannot be used then only the generic slice-by-eight (CRC32) +// or slice-by-four (CRC64) is built. #if !defined(HAVE_USABLE_CLMUL) # define CRC_GENERIC 1