_mm512_knot
Classification
AVX-512
, Mask, CPUID Test: AVX512F
Header File
immintrin.h
Instruction
KNOTW 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