_mm_rcp_ss

Compute the approximate reciprocal of the lower single-precision (32-bit) floating-point element in a, store it in the lower element of the result, and copy the upper 3 packed elements from a to the upper elements of result. The maximum relative error for this approximation is less than 1.5*2^-12.

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

Meta