pub type SimdUnit = Simd<f32, SIMD_LANECOUNT>;
#[repr(simd, packed(1))]pub struct SimdUnit(/* private fields */);