_mm512_kor
Classification
Header File
Instruction
KORW k, k, k
Synopsis
_mm512_kor(__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