From: Nathan Moinvaziri Date: Sat, 13 Jun 2020 03:58:35 +0000 (-0700) Subject: Updated features with new Adler32 implementations. X-Git-Tag: 1.9.9-b1~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80f1afb5a86aa67642b7e4af4826fe5f5e1e896a;p=thirdparty%2Fzlib-ng.git Updated features with new Adler32 implementations. --- diff --git a/README.md b/README.md index f206618e..1c07a0dd 100644 --- 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