Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Microsoft Specific
Converts the two lower single-precision, floating-point values of a to two 32-bit integers according to the current rounding mode, returning the integers in packed form.
__m64 _mm_cvtps_pi32(__m128 a );
CVTPS2PI
Return Value
r0 := (int)a0
r1 := (int)a1
Requirements
Header: mmintrin.h
END Microsoft Specific