]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Clean up crc32_braid.
authorHans Kristian Rosbach <hk-git@circlestorm.org>
Mon, 17 Feb 2025 18:18:22 +0000 (19:18 +0100)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 18 Feb 2025 22:59:16 +0000 (23:59 +0100)
commit8648ffef49328add9205a51832811c64618eb3f7
treeb3e831eb9a185592852320f9f95e5a2ed2d62b8c
parente8d804938284cccea23c1b15c9d82e935c46f427
Clean up crc32_braid.
- Rename N and W to BRAID_N and BRAID_W
- Remove override capabilities for BRAID_N and BRAID_W
- Fix formatting in crc32_braid_tbl.h
- Make makecrct not rely on crc32_braid_p.h
arch/generic/crc32_braid_c.c
arch/generic/crc32_c.c
crc32_braid_p.h
crc32_braid_tbl.h
crc32_c.h
tools/makecrct.c