From: Nathan Moinvaziri Date: Fri, 14 Jan 2022 20:19:11 +0000 (-0800) Subject: Fixed incorrect version of AVX specified for inflate chunk copying in feature list. X-Git-Tag: 2.1.0-beta1~437 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=30c89988e2399e8da18adedb4ba666e08f078db8;p=thirdparty%2Fzlib-ng.git Fixed incorrect version of AVX specified for inflate chunk copying in feature list. --- diff --git a/README.md b/README.md index 40cf9b27b..d70ac8272 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Features * Hash table implementation using CRC32-C intrinsics on x86 and ARM * Slide hash implementations using SSE2, AVX2, Neon, VMX & VSX * Compare256 implementations using SSE4.2 & AVX2 - * Inflate chunk copying using SSE2, AVX2, Neon & VSX + * Inflate chunk copying using SSE2, AVX, Neon & VSX * Support for hardware-accelerated deflate using IBM Z DFLTCC * Unaligned memory read/writes and large bit buffer improvements * Includes improvements from Cloudflare and Intel forks