Intel® C++ Compiler 16.0 User and Reference Guide

_mm512_kextract_64

Extracts integer value from int64 value. Corresponding instruction is KEXTRACT. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Syntax

extern __mmask16 __cdecl _mm512_kextract_64(__int64 a, const int b);

Parameters

a

integer value

b

integer value

Description

Extracts constant integer value b from int64 value b.

Returns

Returns the result of the operation.