]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Updated features with new Adler32 implementations.
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 13 Jun 2020 03:58:35 +0000 (20:58 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Tue, 16 Jun 2020 14:48:59 +0000 (16:48 +0200)
README.md

index f206618e63ccacb433caa6a0bcf1a7dffe7524ea..1c07a0dd7daf6300b5148925ba52a2af21258376 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,12 +58,12 @@ Features
 * Modernized native API based on zlib API for ease of porting
 * Intel deflate medium and quick algorithms
 * Support for CPU intrinsics when available
-  * Adler32 implementation using ARM Neon
+  * Adler32 implementation using SSSE3, AVX2, & Neon
   * Intel CRC32-B implementation using PCLMULQDQ
   * Intel CRC32-C intrinics for hash tables
   * ARM CRC32-B implementation using ACLE
-  * Slide hash implementations using AVX2, SSE2, ARM Neon, & VSX
-  * Inflate fast using SSE2, ARM Neon
+  * Slide hash implementations using SSE2, AVX2, Neon, & VSX
+  * Inflate chunk copying using SSE2 & Neon
   * Deflate hooks for IBM Z DFLTCC
 * Code sanitizers, fuzzing, and coverage
 * GitHub Actions continuous integration on Windows, macOS, and Linux