]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Add LoongArch64 (LSX) adler32, adler32_fold_copy implementation
authorVladislav Shchapov <vladislav@shchapov.ru>
Sat, 14 Jun 2025 12:04:23 +0000 (17:04 +0500)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 11 Jul 2025 14:12:18 +0000 (16:12 +0200)
commitd3365b4f3cae72da7f5d8ce8e9abfed05796900c
treef345c2dcbcbee75393ee5f8ed6c1713d80affe94
parent38ba3bdc28b9bd665375e36aa16becbfc05cf823
Add LoongArch64 (LSX) adler32, adler32_fold_copy implementation

Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
CMakeLists.txt
arch/loongarch/Makefile.in
arch/loongarch/adler32_lsx.c [new file with mode: 0644]
arch/loongarch/loongarch_functions.h
arch/loongarch/lsxintrin_ext.h
configure
functable.c
test/benchmarks/benchmark_adler32.cc
test/benchmarks/benchmark_adler32_copy.cc
test/test_adler32.cc