_mm_cvtss_sd

Convert the lower single-precision (32-bit) floating-point element in b to a double-precision (64-bit) floating-point element, store that in the lower element of result, and copy the upper element from a to the upper

nothrow @nogc pure @trusted
double2
_mm_cvtss_sd
(
double2 a
,
float4 b
)

Meta