1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

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

View file

@ -74,7 +74,8 @@
#undef CRC_USE_IFUNC #undef CRC_USE_IFUNC
#undef CRC_USE_GENERIC_FOR_SMALL_INPUTS #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) #if !defined(HAVE_USABLE_CLMUL)
# define CRC_GENERIC 1 # define CRC_GENERIC 1