Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_rem_epi16

Calculates remainder of a division operation. Vector variant of rem() function for signed 16-bit integer arguments.This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Syntax

extern __m512i _mm512_rem_epi16(__m512i v2, __m512i v3);

Parameters

v2

signed integer source vector containing the dividends

v3

signed integer source vector containing the divisors

Description

Calculates the remainder by dividing corresponding v2 and v3 vector elements.

Returns

Returns the result of the operation.