Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-10-21 | liblzma: Move is_clmul_supported() back to crc_common.h. | Jia Tan | 1 | -45/+0 |
2023-10-19 | liblzma: Fix -fsanitize=address failure with crc_clmul functions. | Jia Tan | 1 | -0/+6 |
2023-10-18 | liblzma: Set the MSVC optimization fix to only cover lzma_crc64_clmul(). | Jia Tan | 1 | -15/+15 |
2023-10-18 | liblzma: Include common.h in crc_common.h. | Lasse Collin | 1 | -1/+0 |
2023-10-18 | liblzma: Add the crc_always_inline macro to crc_simd_body(). | Jia Tan | 1 | -1/+1 |
2023-10-18 | liblzma: Create crc_clmul.c. | Jia Tan | 1 | -0/+414 |