_mm_setzero_ps
Microsoft Specific
Clears the four single-precision, floating-point values.
__m128 _mm_setzero_ps(void);
(composite)
Return Value
r0 := r1 := r2 := r3 := 0.0
Requirements
Header: mmintrin.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
Clears the four single-precision, floating-point values.
__m128 _mm_setzero_ps(void);
(composite)
r0 := r1 := r2 := r3 := 0.0
Header: mmintrin.h
END Microsoft Specific