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