Share via


_mm_set1_pd

Microsoft Specific

Sets the 2 double-precision, floating-point values to w.

__m128d _mm_set1_pd (double w);
(composite)

Return Value

r0 := w
r1 := w

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Set Operations (Floating-Point SSE2 Intrinsics)