Contents

simd_rsqrt(_:)

Returns the reciprocal square root of each element in a vector.

Declaration

func simd_rsqrt(_ x: simd_float16) -> simd_float16

See Also

Reciprocal and Reciprocal Square Root Functions