aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-01-10 18:19:21 +0200
committerLasse Collin <lasse.collin@tukaani.org>2024-01-11 14:29:42 +0200
commit3dbed75b0b9c7087c76fe687acb5cf582cd57b99 (patch)
tree4a499413559f00716be39565f13e269247c3d45f
parentliblzma: Avoid extern lzma_crc32_clmul() and lzma_crc64_clmul(). (diff)
downloadxz-3dbed75b0b9c7087c76fe687acb5cf582cd57b99.tar.xz
liblzma: Fix a comment in crc_common.h.
-rw-r--r--src/liblzma/check/crc_common.h3
1 files changed, 2 insertions, 1 deletions
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