Intel® C++ Compiler 16.0 User and Reference Guide
Performs a bitwise XNOR operation between two vector masks. Corresponding instruction is KXNOR. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern __mmask16__cdecl _mm512_kxnor(__mmask16 k1, __mmask16 k2); |
k1 |
vector mask |
k2 |
vector mask |
Performs a bitwise XNOR operation between vector masks k2 and k1.
Returns the result of the bitwise XNOR operation.