aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/delta
diff options
context:
space:
mode:
authorLasse Collin <lasse.collin@tukaani.org>2024-01-10 18:23:31 +0200
committerLasse Collin <lasse.collin@tukaani.org>2024-01-11 14:29:42 +0200
commit66f080e8016129576536482ac377e2ecac7a2b90 (patch)
treea362593e7dafb49c5d6af1f64a72f4a1168fbc45 /src/liblzma/delta
parentliblzma: Fix a comment in crc_common.h. (diff)
downloadxz-66f080e8016129576536482ac377e2ecac7a2b90.tar.xz
liblzma: Rename arch-specific CRC functions and macros.
CRC_CLMUL was split to CRC_ARCH_OPTIMIZED and CRC_X86_CLMUL. CRC_ARCH_OPTIMIZED is defined when an arch-optimized version is used. Currently the x86 CLMUL implementations are the only arch-optimized versions, and these also use the CRC_x86_CLMUL macro to tell when crc_x86_clmul.h needs to be included. is_clmul_supported() was renamed to is_arch_extension_supported(). crc32_clmul() and crc64_clmul() were renamed to crc32_arch_optimized() and crc64_arch_optimized(). This way the names make sense with arch-specific non-CLMUL implementations as well.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions