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