Types
Functions
struct Bool4
A SIMD vector of 4 booleans, stored in a bitmask (true is 0xFFFFFFFF, false is 0). On Intel, this is an m128i, on Arm this is a int32x4_t.
Bool4_And( Bool4 a, Bool4 b )
: Bool4
Bool4_Or( Bool4 a, Bool4 b )
: Bool4
Bool4_Xor( Bool4 a, Bool4 b )
: Bool4
Bool4_AndNot( Bool4 a, Bool4 b )
: Bool4