_mm512_kandn
Classification
KNC, Mask, CPUID Test: KNCNI
Header File
immintrin.h
Instruction
KANDN k, k
Synopsis
 _mm512_kandn(__mmask16 a, __mmask16 b);
Description
Compute the bitwise NOT of 16-bit masks "a" and then AND with "b", and store the result in "k".
Operation
k[15:0] := (NOT a[15:0]) AND b[15:0]
k[MAX:16] := 0