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