liblzma: Fix a comment in crc_common.h.

This commit is contained in:
Lasse Collin 2024-01-10 18:19:21 +02:00
parent 419f55f9df
commit 3dbed75b0b
1 changed files with 2 additions and 1 deletions

View 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