Visible to Intel only — GUID: GUID-65BF3D1F-A052-49F6-B4DC-14FEB8077481
Visible to Intel only — GUID: GUID-65BF3D1F-A052-49F6-B4DC-14FEB8077481
_mm_div_epu64/ _mm256_div_epu64
Calculates quotient of a division operation. Vector variant of div() function for unsigned 64-bit integer arguments.
extern __m128i _mm_div_epu64(__m128i v1, __m128i v2); |
extern __m256i _mm256_div_epu64(__m256i v1, __m256i v2); |
v1 |
unsigned integer source vector containing the dividends |
v2 |
unsigned integer source vector containing the divisors |
Calculates the quotient by dividing value of v1 vector elements by corresponding v2 vector elements.
Returns the result of the operation.
Many routines in the Short Vector Math Library (SVML) are more optimized for Intel® microprocessors than for non-Intel microprocessors.