]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Add LoongArch64 compare256, longest_match, longest_match_slow implementation
authorVladislav Shchapov <vladislav@shchapov.ru>
Thu, 12 Jun 2025 10:25:23 +0000 (15:25 +0500)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 11 Jul 2025 14:12:18 +0000 (16:12 +0200)
commitec3f953eaed47166d80168769b4fefbdcf13f8ed
treef01a1475b7a9b6b292f24639a7204ddd6714796e
parent673d90ab96e928f1c63b487c8d1aa8b0c214ba4e
Add LoongArch64 compare256, longest_match, longest_match_slow implementation

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