Global Functionswift 6.0.3Swift

pointwiseMin(_:_:)

The lanewise minimum of two vectors.

func pointwiseMin<T>(_ a: T, _ b: T) -> T where T : SIMD, T.Scalar : Comparable

Each element of the result is the minimum of the corresponding elements of the inputs.