Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_kor

Performs a bitwise OR operation between two vector masks. Corresponding instruction is KOR. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Syntax

extern __mmask16__cdecl _mm512_kor(__mmask16 k1, __mmask16 k2);  

Parameters

k1

vector mask

k2

vector mask

Description

Performs a bitwise OR operation between vector masks k2 and k1.

Returns

Returns the result of the bitwise OR operation.