min(_:_:)

Vector-scalar minimum. Each component of the result is the minimum of the corresponding element of the input vector and the scalar.

Declaration

func min(_ vector: simd_half16, _ scalar: Float16) -> simd_half16