Int32x4 operator ^(
Int32x4 other
)

The bit-wise xor operator.

Source

/// The bit-wise xor operator.
Int32x4 operator^(Int32x4 other);