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