_mm_add_sd

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

nothrow @nogc pure @safe
__m128d
_mm_add_sd
(
__m128d a
,
__m128d b
)

Meta