Intel® C++ Compiler XE 13.1 User and Reference Guides

_mm512_kmov

Copies one vector mask to another. Corresponding instruction is KMOV. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Syntax

extern __mmask16__cdecl _mm512_kmov(__mmask16 k1);  

Parameters

k1

vector mask

Description

Copies all the bits of vector mask k1 to the result.

Returns

Returns the result of the move operation.


Submit feedback on this help topic