| September 15, 2009 1:00 AM PDT | |
Cause:
The diagnostic is generated when you attempt to link an object file that was not compiled with -Qipo(On Windows) or -ipo(On the Mac OS or Linux) in an Inter Procedural Object (IPO) link/compile. This is legal, but you may not get the same level of performance optimization.
Resolution:
Please Examine your build configuration to ensure that you have IPO specified for the compilation step.
Note: IR is Intermediate Representation that is generated when you invoke IPO during compilation.
| Optimization Notice |
|---|
|
Intel's compilers may or may not optimize to the same degree for non-Intel microprocessors for optimizations that are not unique to Intel microprocessors. These optimizations include SSE2, SSE3, and SSSE3 instruction sets and other optimizations. Intel does not guarantee the availability, functionality, or effectiveness of any optimization on microprocessors not manufactured by Intel. Microprocessor-dependent optimizations in this product are intended for use with Intel microprocessors. Certain optimizations not specific to Intel microarchitecture are reserved for Intel microprocessors. Please refer to the applicable product User and Reference Guides for more information regarding the specific instruction sets covered by this notice. Notice revision #20110804 |
This article applies to: Intel® C++ Compiler for Linux* Knowledge Base, Intel® C++ Compiler for Mac OS X* Knowledge Base, Intel® C++ Compiler for Windows* Knowledge Base, Intel® Fortran Compiler for Linux* Knowledge Base, Intel® Fortran Compiler for Mac OS X* Knowledge Base, Intel® Parallel Composer Knowledge Base, Intel® Visual Fortran Compiler for Windows* Knowledge Base
For more complete information about compiler optimizations, see our Optimization Notice.
Comments (1) 
Trackbacks (0)
Leave a comment 
Mark Sabahi (Intel)
|


glenn forney