_mm_xor_si128

Compute the bitwise XOR of 128 bits (representing integer data) in a and b.

nothrow @nogc pure @safe
__m128i
_mm_xor_si128
(
__m128i a
,
__m128i b
)

Meta