_kxor_mask16
Classification
AVX-512, Mask, CPUID Test: AVX512F
Header File
immintrin.h
Instruction
KXORW k, k, k
Synopsis
 _kxor_mask16(__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