]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Convert compare258 to compare256 and moved 2 byte check into deflate_quick. Prevents...
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 8 Jan 2022 22:42:09 +0000 (14:42 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Sun, 16 Jan 2022 16:30:15 +0000 (17:30 +0100)
commit66506ace8d1b1cbd9fd5d2cfbae1c4f0b54ca9b9
tree29bf2f2f25226422dfb641af06258fa91e5a83a1
parent346ec9c42cdd2a4b369e1fc068038c66b5c6dc7f
Convert compare258 to compare256 and moved 2 byte check into deflate_quick. Prevents having multiple compare258 functions with 2 byte checks.
14 files changed:
CMakeLists.txt
Makefile.in
README.md
arch/x86/Makefile.in
arch/x86/compare256_avx2.c [moved from arch/x86/compare258_avx2.c with 81% similarity]
arch/x86/compare256_sse42.c [moved from arch/x86/compare258_sse42.c with 82% similarity]
compare256.c [moved from compare258.c with 73% similarity]
configure
deflate_quick.c
functable.c
functable.h
win32/Makefile.a64
win32/Makefile.arm
win32/Makefile.msc