aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc32_fast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-11liblzma: CRC: Update CLMUL comments to more generic wording.Lasse Collin1-8/+8
2024-01-11liblzma: Rename arch-specific CRC functions and macros.Lasse Collin1-6/+7
2024-01-11liblzma: Avoid extern lzma_crc32_clmul() and lzma_crc64_clmul().Lasse Collin1-2/+7
2024-01-10liblzma: CRC: Add empty lines.Lasse Collin1-0/+2
2023-10-21liblzma: Move is_clmul_supported() back to crc_common.h.Jia Tan1-1/+1
2023-10-18liblzma: Refactor CRC comments.Jia Tan1-19/+45
2023-10-18liblzma: Create crc_clmul.c.Jia Tan1-116/+4
2023-10-18liblzma: Define CRC_USE_IFUNC in crc_common.h.Jia Tan1-2/+1
2023-10-13liblzma: Added crc32_clmul to crc32_fast.c.Hans Jansen1-7/+240
2023-10-13liblzma: Rename crc_macros.h to crc_common.h.Hans Jansen1-1/+1
2019-12-31Rename read32ne to aligned_read32ne, and similarly for the others.Lasse Collin1-2/+2
2014-01-12Fix typos in comments.Lasse Collin1-1/+1
2009-11-22Add missing consts to pointer casts.Lasse Collin1-2/+2
2009-10-04Use a tuklib module for integer handling.Lasse Collin1-2/+2
2009-04-13Put the interesting parts of XZ Utils into the public domain.Lasse Collin1-18/+12
2009-02-02Modify LZMA_API macro so that it works on Windows withLasse Collin1-1/+1
2008-12-31Remove lzma_init() and other init functions from liblzma API.Lasse Collin1-0/+88