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