diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-01-22 20:49:30 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-02-01 20:09:11 +0800 |
commit | 455a08609caa3223066a717fb01bfa42c5dba47d (patch) | |
tree | a693bbb9237ad28a04e6ed29af6bf3037c40bac4 /autogen.sh | |
parent | CMake: Add support for ARM64 CRC32 instruction detection. (diff) | |
download | xz-455a08609caa3223066a717fb01bfa42c5dba47d.tar.xz |
liblzma: Refactor crc_common.h.
The CRC_GENERIC is now split into CRC32_GENERIC and CRC64_GENERIC, since
the ARM64 optimizations will be different between CRC32 and CRC64.
For the same reason, CRC_ARCH_OPTIMIZED is split into
CRC32_ARCH_OPTIMIZED and CRC64_ARCH_OPTIMIZED.
ifunc will only be used with x86-64 CLMUL because the runtime detection
methods needed with ARM64 are not compatible with ifunc.
Diffstat (limited to 'autogen.sh')
0 files changed, 0 insertions, 0 deletions