pub type AutoBoolx32 = AutoSimd<[bool; 32]>;
#[repr(align(16))]pub struct AutoBoolx32(pub [bool; 32]);
0: [bool; 32]