|
Description
The Intel C/C++ compiler.
Macros
Type |
Macro |
Format |
Description |
Identification |
__INTEL_COMPILER |
|
|
Identification |
__ICC |
|
Deprecated |
Identification |
__ECC |
|
Deprecated |
Identification |
__ICL |
|
|
Version |
__INTEL_COMPILER |
VRP |
V = Version
R = Revision
P = Patch |
Version |
__INTEL_COMPILER_BUILD_DATE |
YYYYMMDD |
YYYY = Year
MM = Month
DD = Day |
Examples
Version |
__INTEL_COMPILER |
__INTEL_COMPILER_BUILD_DATE |
5.0 |
500 |
|
6.0 |
600 |
|
8.0 |
800 |
|
9.0 |
900 |
20060222 |
|