Contents

simd_fast_recip(_:)

Returns the fast reciprocal of each element in a vector.

Declaration

func simd_fast_recip(_ x: simd_float4) -> simd_float4

See Also

Reciprocal and Reciprocal Square Root Functions