Provides a SIMD abstraction layer that allows writing code portable across different instruction sets and vector widths.
# Cargo.toml
[dependencies]
simdeez = "3.0.1"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Performs SIMD addition using SSE2 intrinsics.
Add `-C target-feature=+sse2` or use `#[cfg(target_feature = "sse2")]` guards.
No dependency data recorded yet.