_kandn_mask8
Classification
AVX-512, Mask, CPUID Test: AVX512DQ
Header File
immintrin.h
Instruction
KANDNB k, k, k
Synopsis
 _kandn_mask8(__mmask8 a, __mmask8 b);
Description
Compute the bitwise NOT of 8-bit masks "a" and then AND with "b", and store the result in "k".
Operation
k[7:0] := (NOT a[7:0]) AND b[7:0]
k[MAX:8] := 0