simd_max(_:_:) Returns the maximum value of each element in a vector. Declarationfunc simd_max(_ x: Double, _ y: Double) -> Double See AlsoExtrema Functionsmin(_:_:)simd_min(_:_:)max(_:_:)