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