_mm512_kand
Classification
AVX-512, Mask, CPUID Test: AVX512F
Header File
immintrin.h
Instruction
KANDW k, k, k
Synopsis
 _mm512_kand(__mmask16 a, __mmask16 b);
Description
Compute the bitwise AND of 16-bit masks "a" and "b", and store the result in "k".
Operation
k[15:0] := a[15:0] AND b[15:0]
k[MAX:16] := 0