Intel® C++ Compiler 16.0 User and Reference Guide
Extracts integer value from int64 value. Corresponding instruction is KEXTRACT. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
extern __mmask16 __cdecl _mm512_kextract_64(__int64 a, const int b); |
a |
integer value |
b |
integer value |
Extracts constant integer value b from int64 value b.
Returns the result of the operation.