Skip to content

Commit

Permalink
update zlib-ng ce01b1e41da298334f8214389cc9369540a7560f
Browse files Browse the repository at this point in the history
enables fast crc32 on msvc/arm64
  • Loading branch information
shuffle2 committed Sep 7, 2022
1 parent 1088021 commit 51d9ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Externals/zlib-ng/zlib-ng
Submodule zlib-ng updated 57 files
+41 −14 .github/workflows/analyze.yml
+40 −29 .github/workflows/cmake.yml
+10 −15 .github/workflows/configure.yml
+5 −2 .github/workflows/fuzz.yml
+21 −16 .github/workflows/libpng.yml
+3 −3 .github/workflows/link.yml
+17 −15 .github/workflows/nmake.yml
+20 −13 .github/workflows/pigz.yml
+12 −14 .github/workflows/pkgcheck.yml
+12 −9 .github/workflows/release.yml
+3 −296 CMakeLists.txt
+14 −1 README.md
+2 −2 arch/arm/adler32_neon.c
+3 −1 arch/arm/arm_features.c
+4 −4 arch/arm/chunkset_neon.c
+4 −2 arch/arm/crc32_acle.c
+3 −3 arch/power/chunkset_power8.c
+3 −3 arch/x86/chunkset_avx.c
+3 −3 arch/x86/chunkset_sse2.c
+4 −4 arch/x86/chunkset_sse41.c
+5 −5 chunkset.c
+1 −1 cmake/detect-arch.c
+6 −2 cmake/detect-intrinsics.cmake
+8 −10 cmake/toolchain-mingw-i686.cmake
+8 −8 cmake/toolchain-mingw-x86_64.cmake
+4 −4 compare256.c
+2 −5 configure
+1 −1 deflate.c
+5 −5 deflate.h
+1 −1 fallback_builtins.h
+1 −0 infback.c
+1 −1 inffast.c
+5 −3 inflate.c
+3 −3 inflate_p.h
+1 −1 inftrees.c
+1 −1 insert_string_tpl.h
+6 −6 match_tpl.h
+174 −95 test/CMakeLists.txt
+13 −0 test/add-subdirectory-project/CMakeLists.txt
+7 −0 test/add-subdirectory-project/main.c
+11 −11 test/benchmarks/CMakeLists.txt
+2 −2 test/cmake/compress-and-verify.cmake
+0 −0 test/cmake/run-and-compare.cmake
+0 −0 test/cmake/run-and-redirect.cmake
+33 −0 test/cmake/test-cves.cmake
+67 −0 test/cmake/test-data.cmake
+68 −0 test/cmake/test-issues.cmake
+27 −0 test/cmake/test-tools.cmake
+1 −1 test/fuzz/CMakeLists.txt
+5 −0 test/infcover.c
+2 −3 test/pigz/CMakeLists.txt
+1 −1 tools/makecrct.c
+1 −1 tools/maketrees.c
+0 −4 win32/zlib-ng1.rc
+0 −4 win32/zlib1.rc
+3 −12 zbuild.h
+1 −1 zlib.h.in

0 comments on commit 51d9ef2

Please sign in to comment.