aboutsummaryrefslogtreecommitdiff
path: root/src/liblzma/check/crc64_fast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-10liblzma: CRC: Add empty lines.Lasse Collin1-0/+3
2023-10-21liblzma: Move is_clmul_supported() back to crc_common.h.Jia Tan1-1/+1
2023-10-18liblzma: Refactor CRC comments.Jia Tan1-53/+8
2023-10-18liblzma: Create crc_clmul.c.Jia Tan1-124/+4
2023-10-18liblzma: Define CRC_USE_IFUNC in crc_common.h.Jia Tan1-2/+1
2023-10-13liblzma: Moved CLMUL CRC logic to crc_common.h.Hans Jansen1-245/+12
2023-10-13liblzma: Rename crc_macros.h to crc_common.h.Hans Jansen1-1/+1
2023-09-14liblzma: Mark crc64_clmul() with __attribute__((__no_sanitize_address__)).Lasse Collin1-0/+8
2023-07-19liblzma: Suppress -Wunused-function warning.Jia Tan1-0/+10
2023-06-27liblzma: Add ifunc implementation to crc64_fast.c.Lasse Collin1-9/+26
2023-02-16liblzma: Silence a warning from MSVC.Lasse Collin1-1/+1
2023-01-10liblzma: CLMUL CRC64: Work around a bug in MSVC, second attempt.Lasse Collin1-0/+18
2023-01-10Revert "liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022)."Lasse Collin1-6/+0
2023-01-09liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022).Lasse Collin1-0/+6
2022-11-14liblzma: Add fast CRC64 for 32/64-bit x86 using SSSE3 + SSE4.1 + CLMUL.Lasse Collin1-5/+444
2022-10-31liblzma: Silence -Wconversion warning from crc64_fast.c.Lasse Collin1-2/+3
2019-12-31Rename read32ne to aligned_read32ne, and similarly for the others.Lasse Collin1-2/+2
2009-11-22Add missing consts to pointer casts.Lasse Collin1-2/+3
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-12/+8
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/+75