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