andNot abstract method
- @Since.new("3.14")
- Int32x4 other
The bit-wise and-not operator.
Returns a new Int32x4 where each lane is the bit-wise and of the
corresponding lane of this value and the inverted corresponding lane
of other, as if by this & ~other.
Implementation
@Since("3.14")
Int32x4 andNot(Int32x4 other);