From: Lasse Collin Date: Wed, 10 Jan 2024 16:19:21 +0000 (+0200) Subject: liblzma: Fix a comment in crc_common.h. X-Git-Tag: v5.5.1alpha~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dbed75b0b9c7087c76fe687acb5cf582cd57b99;p=thirdparty%2Fxz.git liblzma: Fix a comment in crc_common.h. --- 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