_mm_setzero_pd

Microsoft Specific

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

__m128d _mm_setzero_pd ( );
XORPD

Return Value

r0 := 0.0
r1 := 0.0

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Concepts

Set Operations (Floating-Point SSE2 Intrinsics)