]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
liblzma: Fix a comment in crc_common.h.
authorLasse Collin <lasse.collin@tukaani.org>
Wed, 10 Jan 2024 16:19:21 +0000 (18:19 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Thu, 11 Jan 2024 12:29:42 +0000 (14:29 +0200)
src/liblzma/check/crc_common.h

index 552219fe579a93f5f750ed7eb39d9f772b33d4f2..372ae4a48dfc5cc4f296d81d96252fec777b948c 100644 (file)
@@ -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