pub type SimdBool = AutoBoolx4;
A SIMD bool with SIMD_WIDTH lanes.
struct SimdBool(pub [bool; 4]);
0: [bool; 4]