Intel® C++ Compiler 16.0 User and Reference Guide
Performs a bitwise NOT operation on a vector mask. Corresponding instruction is KNOT. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern __mmask16__cdecl _mm512_knot(__mmask16 k1); |
k1 |
vector mask |
Performs a bitwise NOT operation on vector mask k2 and stores the result in the result vector mask.
Returns the result of the bitwise NOT operation.