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 w and sets the upper double-precision, floating-point value to zero.
__m128d _mm_set_sd (double w);
(composite)
Return Value
r0 := w
r1 := 0.0
Requirements
Header: emmintrin.h
END Microsoft Specific