mirror of https://git.tukaani.org/xz.git
liblzma: Fix a comment in crc_common.h.
This commit is contained in:
parent
419f55f9df
commit
3dbed75b0b
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue