Skip to content

Commit c18f913

Browse files
expanding SIMD based on Arm Neon documentation
1 parent 30c8833 commit c18f913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/learning-paths/servers-and-cloud-computing/zlib

content/learning-paths/servers-and-cloud-computing/zlib/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: "learningpathall"
77

88
## Overview
99

10-
Most Linux distributions ship `zlib` without Arm-specific optimizations. This means instruction extensions such as Neon SIMD and ARMv8 CRC32 are not used, leaving significant performance on the table for compression-heavy workloads.
10+
Most Linux distributions ship `zlib` without Arm-specific optimizations. This means instruction extensions such as Neon Single Instruction Multiple Data (SIMD) and ARMv8 CRC32 are not used, leaving significant performance on the table for compression-heavy workloads.
1111

1212
Designed for modern systems, `zlib-ng` is an actively maintained fork of `zlib` that includes the following enhancements:
1313

0 commit comments

Comments
 (0)