Intel® C++ Compiler 16.0 User and Reference Guide
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).
extern __int64 __cdecl _mm512_kconcatlo_64(__mmask16 k1, __mmask16 k2); |
k1 |
vector mask |
k2 |
vector mask |
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 the result of the operation.