_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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Microsoft Specific
Sets the 2 double-precision, floating-point values to zero.
__m128d _mm_setzero_pd ( );
XORPD
r0 := 0.0
r1 := 0.0
Header: emmintrin.h
END Microsoft Specific