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