Contents

simd_max(_:_:)

Returns the maximum value of each element in a vector.

Declaration

func simd_max(_ x: simd_long2, _ y: simd_long2) -> simd_long2

See Also

Extrema Functions