]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Add LoongArch64 CRC32 implementation
authorVladislav Shchapov <vladislav@shchapov.ru>
Mon, 9 Jun 2025 16:01:07 +0000 (21:01 +0500)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 11 Jul 2025 14:12:18 +0000 (16:12 +0200)
commitb35822076e4224110604f4a19302cf8d0473eaf5
tree2f08eedf6fe7c09fe19080abc1ea93de97d2ff17
parent3f88416223c11aad5cf2b3be570a68f65e81958e
Add LoongArch64 CRC32 implementation

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
14 files changed:
CMakeLists.txt
arch/loongarch/Makefile.in [new file with mode: 0644]
arch/loongarch/crc32_la.c [new file with mode: 0644]
arch/loongarch/loongarch_features.c [new file with mode: 0644]
arch/loongarch/loongarch_features.h [new file with mode: 0644]
arch/loongarch/loongarch_functions.h [new file with mode: 0644]
arch_functions.h
cmake/detect-intrinsics.cmake
configure
cpu_features.c
cpu_features.h
functable.c
test/benchmarks/benchmark_crc32.cc
test/test_crc32.cc