Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_kconcatlo_64

Merges the low bits of two vector masks into an integer value. Corresponding instruction is KCONCATL. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Syntax

extern __int64 __cdecl _mm512_kconcatlo_64(__mmask16 k1, __mmask16 k2);

Parameters

k1

vector mask

k2

vector mask

Description

Merges the low bits of vector masks k1 and k2 into an integer value.

Inserts the low byte of vector mask k2 to the high byte of vector mask k1. The high bits of vector masks k1 and k2 are overwritten.

Returns

Returns the result of the operation.