Rust Simd Intrinsics

Design, implement, review, debug, benchmark, and port performance-critical Rust SIMD code across x86/x86_64 SSE (SSE1), SSE2, AVX and AVX2, and Arm NEON. Use for auto-vectorization, runtime feature dispatch, std::arch intrinsics, fearless_simd, wide, or nightly std::simd; and for byte scanning, compression matchers, image/audio/DSP kernels, reductions, masks, widening, saturation, and vectorized transforms. Do not trigger for ordinary non-hot code where SIMD has not been justified by profiling.

Mnwa 4c62853 59 files · 277.8 KB Updated

File contents

Mnwa/rust-simd-intrinsics/tree/main/skills/rust-simd-intrinsics commit 4c62853a05

Frequently asked questions

npx skillmds@latest add mnwa/rust-simd-intrinsics