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