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