liblzma: Omit CRC tables when not needed with ARM64 optimizations.
commit1940f0ec28f08c0ac72c1413d9706fb82eabe6ad
authorJia Tan <jiat0218@gmail.com>
Mon, 22 Jan 2024 13:36:09 +0000 (22 21:36 +0800)
committerJia Tan <jiat0218@gmail.com>
Thu, 1 Feb 2024 12:09:11 +0000 (1 20:09 +0800)
tree2df2dc8e2e9ea84e725b6b67b906f668c70eed64
parent761f5b69a4c778c8bcb09279b845b07c28790575
liblzma: Omit CRC tables when not needed with ARM64 optimizations.

This is similar to the existing x86-64 CLMUL conditions to omit the
tables. They were slightly refactored to improve readability.
src/liblzma/check/crc32_table.c
src/liblzma/check/crc64_table.c
src/liblzma/check/crc_common.h