*** Welcome to piglix ***

Intel C++ Compiler

Intel C++ Compiler
Developer(s) Intel
Stable release
17.0 (XE 2017) / April 1, 2016
Operating system Windows, macOS, Linux
Type Compiler
License Proprietary, Freeware
Website software.intel.com/en-us/intel-compilers
Intel C++ Compiler for Android
Developer(s) Intel
Stable release
14.0.1 / November 12, 2013; 3 years ago (2013-11-12)
Operating system Windows, OS X
Type Compiler
License Trialware
Website software.intel.com/c-compiler-android

Intel C++ Compiler, also known as icc or icl, is a group of C and C++ compilers from Intel available for Windows, macOS, Linux and Intel-based Android devices.

The compilers generate optimized code for IA-32 and Intel 64 architectures, and non-optimized code for non-Intel but compatible processors, such as certain AMD processors. A specific release of the compiler (11.1) is available for development of Linux-based applications for IA-64 (Itanium 2) processors.

The 14.0 compiler added support for Intel-based Android devices and optimized vectorization and SSE Family instructions for performance. The 13.0 release added support for the Intel Xeon Phi coprocessor. It continues support for automatic vectorization, which can generate SSE, SSE2, SSE3, SSSE3, SSE4, AVX and AVX2 SIMD instructions, and the embedded variant for Intel MMX and MMX 2. Use of such instruction through the compiler can lead to improved application performance in some applications as run on IA-32 and Intel 64 architectures, compared to applications built with compilers that do not support these instructions.

Intel compilers support Cilk Plus, which is a capability for writing vectorized and parallel code that can be used on IA-32 and Intel 64 processors or which can be offloaded to Xeon Phi coprocessors. They also continue support for OpenMP 4.0, symmetric multiprocessing, automatic parallelization, and Guided Auto-Parallization (GAP). With the add-on Cluster OpenMP capability, the compilers can also automatically generate Message Passing Interface calls for distributed memory multiprocessing from OpenMP directives.


...
Wikipedia

...