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