diff --git a/config_test.cpp b/config_test.cpp index 371eb8fc..66994061 100644 --- a/config_test.cpp +++ b/config_test.cpp @@ -86,6 +86,10 @@ int main() cout << "__ICC defined as " << __ICC << "\n"; # endif +# ifdef __ICL + cout << "__ICL defined as " << __ICL << "\n"; +# endif + # ifdef __INTEL_COMPILER cout << "__INTEL_COMPILER defined as " << __INTEL_COMPILER << "\n"; # endif