Intel® C++ Compiler 16.0 User and Reference Guide
Copies one vector mask to another. Corresponding instruction is KMOV. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern __mmask16__cdecl _mm512_kmov(__mmask16 k1); |
k1 |
vector mask |
Copies all the bits of vector mask k1 to the result.
Returns the result of the move operation.