_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)
r0 := x
r1 := w
Header: emmintrin.h
END Microsoft Specific