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