_mm_cvtsi64_sd

Convert the signed 64-bit integer b to a double-precision (64-bit) floating-point element, 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_cvtsi64_sd
(
__m128d a
,
long b
)

Meta