Types
Functions
struct Bool2
A SIMD vector of 2 booleans, stored in a bitmask (true is 0xFFFFFFFF, false is 0). On Intel, this is an m128i, on Arm this is a int32x2_t.
Bool2_And( Bool2 a, Bool2 b )
: Bool2
Bool2_Or( Bool2 a, Bool2 b )
: Bool2
Bool2_Xor( Bool2 a, Bool2 b )
: Bool2
Bool2_AndNot( Bool2 a, Bool2 b )
: Bool2