A crate providing SIMD-accelerated operations on wide data types.
# Cargo.toml
[dependencies]
wide = "1.4.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates SIMD addition of two 4-element float vectors.
Enable target features via RUSTFLAGS or .cargo/config.toml, e.g., -C target-feature=+sse2,+avx2.
No dependency data recorded yet.