Intel® C++ Compiler 16.0 User and Reference Guide
Calculates remainder of a division operation. Vector variant of rem() function for signed 32-bit integer arguments.
extern __m128i _mm_rem_epi32(__m128i v1, __m128i v2); |
extern __m256i _mm256_rem_epi32(__m256i v1, __m256i v2); |
v1 |
signed integer source vector containing the dividends |
v2 |
signed integer source vector containing the divisors |
Calculates the remainder from division of v1 vector elements by corresponding v2 vector elements.
Returns the result of the operation.
Many routines in the svml library are more highly optimized for Intel® microprocessors than for non-Intel microprocessors.