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