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