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