]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Merge feature list entries for crc32.
authorNathan Moinvaziri <nathan@nathanm.com>
Fri, 14 Jan 2022 20:15:50 +0000 (12:15 -0800)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Mon, 17 Jan 2022 08:13:18 +0000 (09:13 +0100)
README.md

index 5b4834d7b0d58f1fc0e5751aa1aad03c9c9bc667..40cf9b27b02249da54d772ddd491862b0a833f26 100644 (file)
--- 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