_mm_castsi128_ps
Microsoft Specific
Applies a type cast to reinterpret four 32-bit integers passed in as a 128-bit parameter as packed 32-bit floating point values.
__m128 _mm_castsi128_ps( __m128i a );
See the example for _mm_castps_si128.
Microsoft Specific
Applies a type cast to reinterpret four 32-bit integers passed in as a 128-bit parameter as packed 32-bit floating point values.
__m128 _mm_castsi128_ps( __m128i a );
See the example for _mm_castps_si128.