max(_:_:)
Elementwise maximum of two vectors. Each component of the result is the larger of the corresponding component of the inputs.
Declaration
func max(_ x: simd_half8, _ y: simd_half8) -> simd_half8Elementwise maximum of two vectors. Each component of the result is the larger of the corresponding component of the inputs.
func max(_ x: simd_half8, _ y: simd_half8) -> simd_half8