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