_mm_cvtps_pi8
Microsoft Specific
Converts the four single-precision, floating-point values in a to the lower four signed 8-bit integer values of the result.
__m64 _mm_cvtps_pi8( __m128 a );
(composite)
Return Value
r0 := (char)a0
r1 := (char)a1
r2 := (char)a2
r3 := (char)a3
Requirements
Header: mmintrin.h
END Microsoft Specific