_mm_set_sd

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

See Also

Reference

Set Operations (Floating-Point SSE2 Intrinsics)