_mm_rsqrt_ps

Compute the approximate reciprocal square root of packed single-precision (32-bit) floating-point elements in a. The maximum relative error for this approximation is less than 1.5*2^-12.

nothrow @nogc pure @trusted
__m128
_mm_rsqrt_ps
(
__m128 a
)

Meta