Contents

reduce_max(_:)

Returns the maximum value in a vector.

Declaration

func reduce_max(_ x: SIMD3<UInt32>) -> UInt32

See Also

Reduce Functions