notEqual abstract method
- Int32x4 other
Lane-wise integer inequality comparison.
The result for a lane is a 32-bit signed integer which is -1
(all bits set) if the value from this object is not equal to
the value from other, and the result is 0 (all bits cleared) if it is.
Returns four values that are always either 0 or -1.
Implementation
Int32x4 notEqual(Int32x4 other);