_mm512_kxnor
Classification
Header File
Instruction
KXNORW k, k, k
Synopsis
_mm512_kxnor(__mmask16 a, __mmask16 b);
Description
Compute the bitwise XNOR of 16-bit masks "a" and "b", and store the result in "k".
Operation
k[15:0] := NOT (a[15:0] XOR b[15:0])
k[MAX:16] := 0