Type Alias SimdUnit

Source
pub type SimdUnit = Simd<f32, SIMD_LANECOUNT>;

Aliased Typeยง

#[repr(simd, packed(1))]
pub struct SimdUnit(/* private fields */);