From: Nathan Moinvaziri Date: Fri, 14 Jan 2022 20:15:50 +0000 (-0800) Subject: Merge feature list entries for crc32. X-Git-Tag: 2.1.0-beta1~438 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e820a76cc9155343058496cacf4a2bcf871cb190;p=thirdparty%2Fzlib-ng.git Merge feature list entries for crc32. --- diff --git a/README.md b/README.md index 5b4834d7b..40cf9b27b 100644 --- a/README.md +++ b/README.md @@ -22,12 +22,11 @@ Features * Deflate medium and quick algorithms based on Intels zlib fork * Support for CPU intrinsics when available * Adler32 implementation using SSSE3, AVX2, AVX512, AVX512-VNNI, Neon, VMX & VSX - * CRC32-B implementation using PCLMULQDQ, VPCLMULQDQ, & ACLE + * CRC32-B implementation using PCLMULQDQ, VPCLMULQDQ, ACLE, & IBM Z * 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 - * CRC32 implementation using IBM Z vector instructions * 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