Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_knot

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).

Syntax

extern __mmask16__cdecl _mm512_knot(__mmask16 k1);  

Parameters

k1

vector mask

Description

Performs a bitwise NOT operation on vector mask k2 and stores the result in the result vector mask.

Returns

Returns the result of the bitwise NOT operation.