add __ICL

[SVN r10217]
This commit is contained in:
Beman Dawes
2001-05-24 15:42:07 +00:00
parent b700c25f06
commit aeee4bea2e

View File

@ -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