_mm512_knot
Classification
KNC, Mask, CPUID Test: KNCNI
Header File
Instruction
KNOT k, k
Synopsis
_mm512_knot(__mmask16 a);
Description
Compute the bitwise NOT of 16-bit mask "a", and store the result in "k".
Operation
k[15:0] := NOT a[15:0]
k[MAX:16] := 0