The following are some important features of the compiler:
Getting Started explains how to invoke the compiler on the command line or from within an IDE.
The compiler supports many OpenMP* features, including most features in the OpenMP* Version 4.0 API specification.
Intel® Cilk™ Plus lets you add parallelism to both new and existing programs to efficiently use multiple processors and the vector instructions available on modern CPUs.
The Intel compiler supports elements that enable programming for and building binaries to run on the Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
In many models of Intel processors that include Intel® Graphics Technology, you can offload a reasonable amount of parallelizable work. The Intel® C++ Compiler facilitates offloading existing scalar or parallel C/C++ code written for the CPU to the processor graphics.
Compiler Options provides information about options you can use to affect optimization, code generation, and more.
Intrinsics let you generate more readable code, simplify instruction scheduling, reduce debugging, access the instructions that cannot be generated using the standard constructs of the C and C++ languages, and more.
Pragmas provide the compiler with the instructions for specific tasks, such as splitting large loops into smaller ones, enabling or disabling optimization for code, or offloading computation to the target.