equal abstract method
- Int32x4 other
Lane-wise integer equality 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 equal to
the value from other, and the result is 0 (all bits cleared) if not.
Returns four values that are always either 0 or -1.
Implementation
Int32x4 equal(Int32x4 other);