pub type SimdBool = AutoSimd<[bool; 4]>;
A SIMD bool with SIMD_WIDTH lanes.
#[repr(align(16))]pub struct SimdBool(pub [bool; 4]);
0: [bool; 4]