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