Intel® C++ Compiler 16.0 User and Reference Guide
Calculates quotient of a division operation. Vector variant of div() function for signed 64-bit integer arguments.This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern __m512i _mm512_div_epi64(__m512i v2, __m512i v3); |
v2 |
signed integer source vector containing the dividends |
v3 |
signed integer source vector containing the divisors |
Calculates the quotient by dividing corresponding v2 and v3 vector elements.
Returns the result of the operation.