From aeee4bea2e7bbdea578cce0d1f43723ac49d0957 Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Thu, 24 May 2001 15:42:07 +0000 Subject: [PATCH] add __ICL [SVN r10217] --- config_test.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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