Contents

simd_fast_rsqrt(_:)

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

Declaration

func simd_fast_rsqrt(_ x: simd_double3) -> simd_double3

See Also

Reciprocal and Reciprocal Square Root Functions