]> git.ipfire.org Git - thirdparty/xz.git/commit
liblzma: Refactor CRC comments.
authorJia Tan <jiat0218@gmail.com>
Sat, 14 Oct 2023 05:23:23 +0000 (13:23 +0800)
committerJia Tan <jiat0218@gmail.com>
Wed, 18 Oct 2023 15:54:41 +0000 (23:54 +0800)
commit96b663f67c0e738a99ba8f35d9f4ced9add74544
tree4137a06a8c13df0a0122836634b3e73271b97336
parent8c0f9376f58c0696d5d6719705164d35542dd891
liblzma: Refactor CRC comments.

A detailed description of the three dispatch methods was added. Also,
duplicated comments now only appear in crc32_fast.c or were removed from
both crc32_fast.c and crc64_fast.c if they appeared in crc_clmul.c.
src/liblzma/check/crc32_fast.c
src/liblzma/check/crc64_fast.c