_mm_set_pd
Microsoft Specific
Sets the lower double-precision, floating-point value to x and sets the upper double-precision, floating-point value to w.
__m128d _mm_set_pd (double w, double x);
(composite)
Return Value
r0 := x
r1 := w
Requirements
Header: emmintrin.h
END Microsoft Specific