Contents

simd_rsqrt(_:)

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

Declaration

func simd_rsqrt(_ x: Float16) -> Float16

See Also

Reciprocal and reciprocal square root functions