max abstract method
- @Since.new("3.14")
- Int32x4 other
Lane-wise signed integer maximum.
Returns a new Int32x4 where each lane is the larger of the
corresponding lanes of this object and other, compared as signed
32-bit integers.
Implementation
@Since("3.14")
Int32x4 max(Int32x4 other);