_kxnor_mask8
Classification
AVX-512, Mask, CPUID Test: AVX512DQ
Header File
Instruction
KXNORB k, k, k
Synopsis
_kxnor_mask8(__mmask8 a, __mmask8 b);
Description
Compute the bitwise XNOR of 8-bit masks "a" and "b", and store the result in "k".
Operation
k[7:0] := NOT (a[7:0] XOR b[7:0])
k[MAX:8] := 0