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 32-bit integer values in packed form in b to two single-precision, floating-point values; the upper two single-precision, floating-point values are passed through from a.
__m128 _mm_cvtpi32_ps(__m128 a , __m64 b );
CVTPI2PS
Return Value
r0 := (float)b0
r1 := (float)b1
r2 := a2
r3 := a3
Requirements
Header: mmintrin.h
END Microsoft Specific