Greetings,
due to bug while compile time (assertion failure) in ICL i need to do this in two pieces of code:
#if defined(__INTEL_COMPILER) && !defined(HAVE_INTEL_COMPILER_BUG_02) # pragma ivdep #endifwhile defining "HAVE_INTEL_COMPILER_BUG_02" in MSVC 2010 project file.
I am using ICL 12.1 (parallel studio + MSVC 2010). Is there some built-in ICL preprocessr define like "_MSC_VER" for visual studio, so I will not have to define preprocessor symbol in project file, but rather in sources (preprocessor + ICL version comparison)?
Am I blind, or this is not mentioned in the ICL documentation?
Actually I want to test for 12.1 ICL version by preprocessor.




