2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
- .github/workflows/cmake.yml+4-4
- .github/workflows/nmake.yml+2
- .github/workflows/pigz.yml+1-1
- .github/workflows/pkgcheck.yml+3-6
- .gitignore+8
- CMakeLists.txt+28-21
- Makefile.in+1-1
- README.md+1-2
- arch/arm/arm_functions.h+2-2
- arch/arm/chunkset_neon.c+4-11
- arch/arm/compare256_neon.c+1-1
- arch/arm/crc32_acle.c+20-22
- arch/generic/Makefile.in+2-2
- arch/generic/chunkset_c.c+6-6
- arch/generic/compare256_c.c+15-165
- arch/generic/compare256_p.h+123
- arch/generic/generic_functions.h+4-53
- arch/power/chunkset_power8.c+4-9
- arch/power/compare256_power9.c+1-1
- arch/power/power_functions.h+1-1
- arch/riscv/adler32_rvv.c+7-3
- arch/riscv/compare256_rvv.c+1-1
- arch/riscv/riscv_functions.h+1-1
- arch/s390/README.md+21-33
- arch/s390/self-hosted-builder/actions-runner+58
- arch/s390/self-hosted-builder/actions-runner-rebuild.sh+43
- arch/s390/self-hosted-builder/actions-runner.Dockerfile+7-9
- arch/s390/self-hosted-builder/actions-runner.service+2-2
- arch/s390/self-hosted-builder/entrypoint
- arch/s390/self-hosted-builder/fs/usr/bin/actions-runner-40
- arch/s390/self-hosted-builder/runner-global.json-5
- arch/s390/self-hosted-builder/runner-s390x.patch-243
- arch/x86/Makefile.in+10-3
- arch/x86/avx2_tables.h+44
- arch/x86/chunkset_avx2.c+41-50
- arch/x86/chunkset_avx512.c+172
- arch/x86/chunkset_sse2.c+4-11
- arch/x86/chunkset_ssse3.c+4-11
- arch/x86/compare256_avx2.c+1-1
- arch/x86/compare256_sse2.c+1-1
- arch/x86/x86_features.c+3-1
- arch/x86/x86_features.h+1
- arch/x86/x86_functions.h+12-3
- chunkset_tpl.h+129-46
- cmake/detect-arch.c+1-1
- cmake/detect-intrinsics.cmake+6-6
- cmake/detect-sanitizer.cmake+1-10
- compare256_rle.h+28-29
- configure+7-16
- deflate.h+6-5
- deflate_quick.c+1-1
- deflate_rle.c+8-10
- functable.c+13-6
- functable.h+1-1
- infback.c+7-2
- inffast_tpl.h+28-23
- inflate.c+20-11
- inflate.h+25-18
- inflate_p.h+9-25
- insert_string_tpl.h+6-13
- match_tpl.h+14-48
- test/CMakeLists.txt+4-7
- test/add-subdirectory-project/CMakeLists.txt+1-1
- test/benchmarks/CMakeLists.txt+9-3
- test/benchmarks/benchmark_compare256.cc+8-9
- test/benchmarks/benchmark_compare256_rle.cc+6-9
- test/fuzz/CMakeLists.txt+1-1
- test/infcover.c+1-1
- test/pkgcheck.sh+5-2
- test/test_compare256.cc+8-9
- test/test_compare256_rle.cc+6-9
- test/test_compress_bound.cc+1-1
- test/test_crc32.cc+34
- win32/Makefile.a64+2-2
- win32/Makefile.arm+2-2
- win32/Makefile.msc+4-4
- zbuild.h+32-16
- zlib-ng.h.in+4-4
- zlib.h.in+4-4
- zmemory.h+99
- zutil.c+1-1
- zutil_p.h-29
0 commit comments