min(_:_:)
Elementwise minimum of two vectors. Each component of the result is the smaller of the corresponding component of the inputs.
Declaration
func min(_ x: simd_half2, _ y: simd_half2) -> simd_half2Elementwise minimum of two vectors. Each component of the result is the smaller of the corresponding component of the inputs.
func min(_ x: simd_half2, _ y: simd_half2) -> simd_half2