Expand description
Safe wrappers for four-lane SIMD helpers backed by Apple SIMD types.
Functions§
- add_
f32x4 - Wraps four-lane vector addition backed by
simd_float4. - dot_
f32x4 - Wraps four-lane dot-product evaluation backed by
simd_float4. - length_
f32x4 - Wraps four-lane vector length computation backed by
simd_float4. - normalize_
f32x4 - Wraps four-lane vector normalization backed by
simd_float4.
Type Aliases§
- Float4
- Four-lane
f32vector used by the SIMD helpers backed bysimd_float4.