]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Check HAVE_USABLE_CLMUL before omitting CRC64 table.
authorJia Tan <jiat0218@gmail.com>
Thu, 1 Feb 2024 08:06:29 +0000 (16:06 +0800)
committerJia Tan <jiat0218@gmail.com>
Thu, 1 Feb 2024 12:09:11 +0000 (20:09 +0800)
commitca9015f4dead2c97b48f5a6933631b0a448b65b9
tree18424aed02fbe7de6e016d6bc262f76fee7ef371
parent2f1552a91c825e87013925e1a67a0930e7aef592
liblzma: Check HAVE_USABLE_CLMUL before omitting CRC64 table.

If liblzma is configured with --disable-clmul-crc
CFLAGS="-msse4.1 -mpclmul", then it will fail to compile because the
generic version must be used but the CRC tables were not included.
src/liblzma/check/crc64_table.c