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