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