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