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