pub type AutoF32x4 = AutoSimd<[f32; 4]>;
#[repr(align(16))]pub struct AutoF32x4(pub [f32; 4]);
0: [f32; 4]