]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: CRC CLMUL: Omit is_arch_extension_supported() when not needed 127/head
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 16 Jun 2024 10:39:37 +0000 (13:39 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 17 Jun 2024 12:00:55 +0000 (15:00 +0300)
commit30a2d5d51006301a3ddab5ef1f5ff0a9d74dce6f
tree581ce0ff1415d105256f8d9aa1c73bcaf765164a
parent54eaea5ea49bb8bca4286d4412f19ac73187489e
liblzma: CRC CLMUL: Omit is_arch_extension_supported() when not needed

On E2K the function compiles only due to compiler emulation but the
function is never used. It's cleaner to omit the function when it's
not needed even though it's a "static inline" function.

Thanks to Ilya Kurdyukov.
src/liblzma/check/crc_x86_clmul.h