_kxor_mask32
Classification
AVX-512, Mask, CPUID Test: AVX512BW
Header File
Instruction
KXORD k, k, k
Synopsis
_kxor_mask32(__mmask32 a, __mmask32 b);
Description
Compute the bitwise XOR of 32-bit masks "a" and "b", and store the result in "k".
Operation
k[31:0] := a[31:0] XOR b[31:0]
k[MAX:32] := 0