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