_mm_sqrt_ss

Compute the square root of the lower single-precision (32-bit) floating-point element in a, store it in the lower element, and copy the upper 3 packed elements from a to the upper elements of result.

nothrow @nogc @trusted
__m128
_mm_sqrt_ss
(
__m128 a
)

Meta