Intel® C++ Compiler 16.0 User and Reference Guide

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