forked from boostorg/config
add __ICL
[SVN r10217]
This commit is contained in:
@ -86,6 +86,10 @@ int main()
|
|||||||
cout << "__ICC defined as " << __ICC << "\n";
|
cout << "__ICC defined as " << __ICC << "\n";
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
|
# ifdef __ICL
|
||||||
|
cout << "__ICL defined as " << __ICL << "\n";
|
||||||
|
# endif
|
||||||
|
|
||||||
# ifdef __INTEL_COMPILER
|
# ifdef __INTEL_COMPILER
|
||||||
cout << "__INTEL_COMPILER defined as " << __INTEL_COMPILER << "\n";
|
cout << "__INTEL_COMPILER defined as " << __INTEL_COMPILER << "\n";
|
||||||
# endif
|
# endif
|
||||||
|
Reference in New Issue
Block a user