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