]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Add raw ARM64, RISC-V, and x86 BCJ filter APIs
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 20 Jan 2025 14:44:27 +0000 (16:44 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Mon, 20 Jan 2025 14:44:27 +0000 (16:44 +0200)
commita831bc185bdd44c06847eae8df2d35cc281f65da
tree36fe020439eea278e4950ed66c62891b3a9e5a56
parent6f5cdd4534faf7db4b6c123651d6a606bc59b98c
liblzma: Add raw ARM64, RISC-V, and x86 BCJ filter APIs

Put them behind the LZMA_UNSTABLE macro for now.

These low-level special APIs might become useful in erofs-utils.
src/liblzma/api/lzma/bcj.h
src/liblzma/common/common.h
src/liblzma/liblzma_generic.map
src/liblzma/liblzma_linux.map
src/liblzma/simple/arm64.c
src/liblzma/simple/riscv.c
src/liblzma/simple/x86.c