_mm_sqrt_sd

Compute the square root of the lower double-precision (64-bit) floating-point element in b, store the result in the lower element of result, and copy the upper element from a to the upper element of result.

nothrow @nogc pure @trusted
__m128d
_mm_sqrt_sd
(
__m128d a
,
__m128d b
)

Meta