SIMD algebra library for Rust, providing vector and matrix types with SIMD acceleration.
# Cargo.toml
[dependencies]
simba = "0.10.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates SIMD vector addition using simba's SIMD types.
Ensure your target supports SIMD or enable the appropriate feature flags (e.g., `simd_ nightly`).
No dependency data recorded yet.