_mm_set1_epi64

Microsoft Specific

Sets the 2 64-bit integer values to q.

__m128i _mm_set1_epi64 (__m64 q);
(composite)

Return Value

r0 := q
r1 := q

Requirements

Header: emmintrin.h

END Microsoft Specific

See Also

Reference

Set Operations (Integer SSE2 Intrinsics)