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