-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #219 from EliahKagan/update-zlib-ng-2-2-2
Update zlib-ng library to 2.2.2
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule zlib-ng
updated
37 files
+5 −5 | .github/workflows/cmake.yml | |
+2 −2 | CMakeLists.txt | |
+1 −1 | Makefile.in | |
+3 −1 | arch/arm/chunkset_neon.c | |
+10 −10 | arch/arm/neon_intrins.h | |
+2 −1 | arch/arm/slide_hash_armv6.c | |
+2 −1 | arch/arm/slide_hash_neon.c | |
+2 −1 | arch/generic/crc32_braid_c.c | |
+2 −1 | arch/power/slide_ppc_tpl.h | |
+20 −1 | arch/riscv/riscv_features.c | |
+1 −0 | arch/riscv/slide_hash_rvv.c | |
+1 −1 | arch/s390/s390_features.c | |
+11 −0 | arch/x86/adler32_avx512_p.h | |
+1 −0 | arch/x86/slide_hash_avx2.c | |
+1 −0 | arch/x86/slide_hash_sse2.c | |
+5 −0 | arch/x86/x86_intrins.h | |
+2 −2 | cmake/detect-intrinsics.cmake | |
+1 −1 | configure | |
+3 −3 | deflate.c | |
+8 −1 | deflate.h | |
+3 −1 | deflate_fast.c | |
+4 −2 | deflate_p.h | |
+2 −1 | deflate_quick.c | |
+2 −1 | deflate_rle.c | |
+2 −1 | deflate_slow.c | |
+4 −3 | functable.c | |
+2 −1 | inffast_tpl.h | |
+2 −2 | inflate.c | |
+8 −0 | inflate.h | |
+9 −3 | insert_string_tpl.h | |
+7 −0 | test/CMakeLists.txt | |
+3 −1 | test/fuzz/fuzzer_minigzip.c | |
+1 −0 | test/test_gzio.cc | |
+1 −1 | zbuild.h | |
+3 −3 | zlib-ng.h.in | |
+3 −3 | zlib.h.in | |
+1 −1 | zutil.c |