FunctionSwift

    pointwiseMin(_:_:)

    The lanewise minimum of two vectors.

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

    Overview

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