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