Contents

simd_max(_:_:)

Returns the maximum value of each element in a vector.

Declaration

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

See Also

Extrema functions