Visible to Intel only — GUID: GUID-39E21690-EBC0-4BF7-8DA3-90CF9AA1A17A
Visible to Intel only — GUID: GUID-39E21690-EBC0-4BF7-8DA3-90CF9AA1A17A
<span class='option'>_mm256_cvtepi32_epi64</span>
Performs packed move with sign-extend on 32-bit signed integers to 64-bit integers. The corresponding Intel® AVX2 instruction is VPMOVSXDQ.
extern __m256i _mm256_cvtepi32_epi64(__m128i s1); |
s1 |
128-bit integer source vector used for the operation |
Performs a packed move with sign-extend operation to convert 32-bit [doubleword] integers in the low bytes of the source vector, s1, to 64-bit [quadword] integers and stored as packed signed quadword integers in the destination vector.
Result of the sign-extend operation.