Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-10-30 | liblzma: Add a note why crc_always_inline exists for now. | Lasse Collin | 1 | -0/+5 |
2023-10-21 | liblzma: Move is_clmul_supported() back to crc_common.h. | Jia Tan | 1 | -3/+49 |
2023-10-18 | liblzma: CRC_USE_GENERIC_FOR_SMALL_INPUTS cannot be used with ifunc. | Lasse Collin | 1 | -1/+3 |
2023-10-18 | liblzma: Include common.h in crc_common.h. | Lasse Collin | 1 | -0/+3 |
2023-10-18 | liblzma: Add include guards to crc_common.h. | Jia Tan | 1 | -0/+5 |
2023-10-18 | liblzma: Create crc_always_inline macro. | Jia Tan | 1 | -0/+15 |
2023-10-18 | liblzma: Create crc_clmul.c. | Jia Tan | 1 | -180/+10 |
2023-10-18 | liblzma: Define CRC_USE_IFUNC in crc_common.h. | Jia Tan | 1 | -0/+5 |
2023-10-13 | liblzma: Moved CLMUL CRC logic to crc_common.h. | Hans Jansen | 1 | -2/+228 |
2023-10-13 | liblzma: Rename crc_macros.h to crc_common.h. | Hans Jansen | 1 | -0/+30 |