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