Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-11-11 | liblzma: Fix incorrect #ifdef for x86 SSE2 support. | Lasse Collin | 1 | -2/+1 |
2022-10-05 | tuklib_integer: Add 64-bit endianness-converting reads and writes. | Lasse Collin | 1 | -6/+3 |
2019-12-31 | Rename unaligned_read32ne to read32ne, and similarly for the others. | Lasse Collin | 1 | -6/+3 |
2019-06-01 | liblzma: memcmplen: Use ctz32() from tuklib_integer.h. | Lasse Collin | 1 | -9/+1 |
2019-06-01 | liblzma: Use unaligned_readXXne functions instead of type punning. | Lasse Collin | 1 | -6/+6 |
2015-01-26 | liblzma: Set LZMA_MEMCMPLEN_EXTRA depending on the compare method. | Lasse Collin | 1 | -5/+10 |
2014-07-25 | liblzma: Add lzma_memcmplen() for fast memory comparison. | Lasse Collin | 1 | -0/+170 |