Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_div_epi16

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

Syntax

extern __m512i _mm512_div_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 quotient by dividing corresponding v2 and v3 vector elements.

Returns

Returns the result of the operation.