Types
Available SIMD vector types across x86-64, AArch64, and WASM
Magetypes provides generic SIMD vector types parameterized by backend token. This section covers what's available, what tokens they require, and how the generic pattern works across platforms.
- Type Overview — Full type tables, properties, basic usage
- Platform Notes — Platform-specific imports, feature flags,
#[cfg]patterns