]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Update README.md
authorVladislav Shchapov <vladislav@shchapov.ru>
Wed, 18 Jun 2025 20:22:09 +0000 (01:22 +0500)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Fri, 11 Jul 2025 14:12:18 +0000 (16:12 +0200)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
README.md

index eaf5daa5cd34fd90566307c46c07ab13839959d0..183935e3e8ecd197337533b78c725c925c39adf3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -19,11 +19,11 @@ Features
 * Modern C11 syntax and a clean code layout
 * Deflate medium and quick algorithms based on Intel’s 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, ARMv8, & IBM Z
-  * Slide hash implementations using SSE2, AVX2, ARMv6, Neon, VMX & VSX
-  * Compare256 implementations using SSE2, AVX2, Neon, POWER9 & RVV
-  * Inflate chunk copying using SSE2, SSSE3, AVX, Neon & VSX
+  * Adler32 implementation using SSSE3, AVX2, AVX512, AVX512-VNNI, Neon, VMX & VSX, LSX, LASX
+  * CRC32-B implementation using PCLMULQDQ, VPCLMULQDQ, ARMv8, & IBM Z, LoongArch
+  * Slide hash implementations using SSE2, AVX2, ARMv6, Neon, VMX & VSX, LSX, LASX
+  * Compare256 implementations using SSE2, AVX2, Neon, POWER9 & RVV, LSX, LASX
+  * Inflate chunk copying using SSE2, SSSE3, AVX, Neon & VSX, LSX, LASX
   * Support for hardware-accelerated deflate using IBM Z DFLTCC
 * Safe unaligned memory read/writes and large bit buffer improvements
 * Includes improvements from Cloudflare and Intel forks
@@ -31,7 +31,7 @@ Features
 * Comprehensive set of CMake unit tests
 * Code sanitizers, fuzzing, and coverage
 * GitHub Actions continuous integration on Windows, macOS, and Linux
-  * Emulated CI for ARM, AARCH64, PPC, PPC64, RISCV, SPARC64, S390x using qemu
+  * Emulated CI for ARM, AARCH64, LoongArch, PPC, PPC64, RISCV, SPARC64, S390x using qemu
 
 
 History