Portable Packed SIMD vectors for Rust, enabling cross-platform SIMD operations.
# Cargo.toml
[dependencies]
packed_simd = "0.3.9"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates creating and adding two SIMD vectors.
Use `#![feature(portable_simd)]` on nightly and compile with `-C target-feature=+sse2,+avx2` or similar.
No dependency data recorded yet.