facebook/zstd

IBM Linux on z SIMD optimization

Open

#2,679 opened on May 21, 2021

View on GitHub
 (8 comments) (4 reactions) (0 assignees)C (2,481 forks)batch import
Announcehelp wanted

Repository metrics

Stars
 (27,100 stars)
PR merge metrics
 (Avg merge 50m) (2 merged PRs in 30d)

Description

Is your feature request related to a problem? Please describe. IBM z architecture provides SIMD capabilities that can be utilized for zstd optimization similar to SSE and Neon SIMD optimizations that have been contributrd to zstd.

Describe the solution you'd like Optimize zstd to utilize IBMz VX SIMD intrinsics in zstd_lazy.c and ztsd_compress.c equivalent to optimization for SSE and Neon.

Describe alternatives you've considered Because zstd has implemented architecture-specific optimizations for other architectures, a hand-coded implementation has been shown to provide unique benefits above auto-vectorization.

Additional context Financial bounty from IBM available for negotiation. Inquiries from interested developers welcome.

Contributor guide