operator ^ method

Int32x4 operator ^ (Int32x4 other)

The bit-wise xor operator.

Implementation

Int32x4 operator ^(Int32x4 other);