xz/src/liblzma
Lasse Collin 50255feeaa liblzma: RISC-V filter: Use byte-by-byte access.
Not all RISC-V processors support fast unaligned access so
it's better to read only one byte in the main loop. This can
be faster even on x86-64 when compared to reading 32 bits at
a time as half the time the address is only 16-bit aligned.

The downside is larger code size on archs that do support
fast unaligned access.
2024-01-23 23:05:47 +08:00
..
api liblzma: Add RISC-V BCJ filter. 2024-01-23 23:05:41 +08:00
check liblzma: CRC: Add a comment to crc_x86_clmul.h about BUILDING_ macros. 2024-01-11 15:25:00 +02:00
common liblzma: Update string_conversion.c to support RISC-V Filter. 2024-01-23 23:05:47 +08:00
delta liblzma: Avoid null pointer + 0 (undefined behavior in C). 2023-02-23 20:41:22 +02:00
lz liblzma: Initialize lzma_lz_encoder pointers with NULL. 2023-12-20 21:38:39 +08:00
lzma liblzma: Improve lzma encoder init function consistency. 2023-12-16 20:18:47 +08:00
rangecoder liblzma: Use lzma_attr_visibility_hidden on private extern declarations. 2023-10-30 18:06:25 +02:00
simple liblzma: RISC-V filter: Use byte-by-byte access. 2024-01-23 23:05:47 +08:00
Makefile.am liblzma: Prevent an empty translation unit in Windows builds. 2023-07-24 23:11:13 +08:00
liblzma.pc.in liblzma: Add Cflags.private to liblzma.pc.in for MSYS2. 2023-10-26 21:46:06 +03:00
liblzma_generic.map liblzma: Exports lzma_mt_block_size() as an API function. 2023-05-11 23:54:44 +08:00
liblzma_linux.map liblzma: Exports lzma_mt_block_size() as an API function. 2023-05-11 23:54:44 +08:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
validate_map.sh liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. 2022-09-08 15:01:29 +03:00