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