max abstract method

Float64x2 max(
  1. Float64x2 other
)

The lane-wise maximum value in this Float64x2 or other.

Implementation

Float64x2 max(Float64x2 other);