_mm_cvtsi64_si128
Microsoft Specific
Emits the Streaming SIMD Extensions 2 (SSE2) instruction movq. This instruction copies a 64-bit integer into a 128-bit parameter.
__m128i _mm_cvtsi64_si128( __int64 a );
Microsoft Specific
Emits the Streaming SIMD Extensions 2 (SSE2) instruction movq. This instruction copies a 64-bit integer into a 128-bit parameter.
__m128i _mm_cvtsi64_si128( __int64 a );