_mm_set1_epi64x
Microsoft Specific
Provides a way to initialize the two 64-bit elements of the __m128i structure with two identical integers.
__m128i _mm_set1_epi64x( __int64 i );
Microsoft Specific
Provides a way to initialize the two 64-bit elements of the __m128i structure with two identical integers.
__m128i _mm_set1_epi64x( __int64 i );