max abstract method

  1. @Since.new("3.14")
Int32x4 max(
  1. 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);