Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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