Intel® C++ Compiler 16.0 User and Reference Guide

Details about Intrinsic Functions Supporting Intel® Initial Many Core Instructions (Intel® IMCI)

This topic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).

Most intrinsic functions map directly to Intel® Initial Many Core Instructions (Intel® IMCI). The Intel® IMCI are extensions of the existing Intel® 64 architecture based vector graphic streaming SIMD instructions.

The exclusive features of the intrinsic functions (and corresponding instructions) are:

Registers

The intrinsics/instructions operate upon special registers referred to as vectors (v). A vector is defined as a sequence of packed data elements. intrinsics/instructions use at least one vector.

See Also