simd_recip(_:) Returns the reciprocal of each element in a vector. Declarationfunc simd_recip(_ x: simd_half16) -> simd_half16 See AlsoReciprocal and reciprocal square root functionssimd_rsqrt(_:)simd_precise_recip(_:)simd_precise_rsqrt(_:)simd_fast_recip(_:)simd_fast_rsqrt(_:)