_mm_xor_si128

Microsoft Specific

Computes the bitwise XOR of the 128-bit value in a and the 128-bit value in b.

__m128i _mm_xor_si128 ( __m128i a, __m128i b);
PXOR

Return Value

r := a ^ b

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Logical Operations (Integer SSE2 Intrinsics)