pub type f32x4 = Simd<f32x4>;
#[repr(transparent)]pub struct f32x4(pub Simd<f32, 4>);
0: Simd<f32, 4>