Types
Functions
struct Bool3
A SIMD vector of 3 booleans, stored in a bitmask (true is 0xFFFFFFFF, false is 0). On Intel, this is an m128i, on Arm this is a int32x4_t.
Bool3_And( Bool3 a, Bool3 b )
: Bool3
Bool3_Or( Bool3 a, Bool3 b )
: Bool3
Bool3_Xor( Bool3 a, Bool3 b )
: Bool3
Bool3_AndNot( Bool3 a, Bool3 b )
: Bool3