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