Contents

max(_:_:)

Returns the maximum value of each element in a vector.

Declaration

func max(_ vector: SIMD4<Int32>, _ scalar: Int32) -> SIMD4<Int32>

See Also

Extrema Functions