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