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