_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
Microsoft Specific
Sets the 2 double-precision, floating-point values to w.
__m128d _mm_set1_pd (double w);
(composite)
r0 := w
r1 := w
Header: emmintrin.h
END Microsoft Specific