_kor_mask16
Classification
AVX-512, Mask, CPUID Test: AVX512F
Header File
immintrin.h
Instruction
KORW k, k, k
Synopsis
 _kor_mask16(__mmask16 a, __mmask16 b);
Description
Compute the bitwise OR of 16-bit masks "a" and "b", and store the result in "k".
Operation
k[15:0] := a[15:0] OR b[15:0]
k[MAX:16] := 0