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