Global Functionswift 6.0.1Swift

    pointwiseMin(_:_:)

    The lanewise minimum of two vectors.

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

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