Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_kand

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

Syntax

extern __mmask16__cdecl _mm512_kand(__mmask16 k1, __mmask16 k2);  

Parameters

k1

vector mask

k2

vector mask

Description

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

Returns

Returns the result of the bitwise AND operation.