|
Intel® C++ Compiler for Windows* |
Microsoft Windows* (XP, Vista, 7)
Performance Tools for Software Developers - printf() format descriptors of 64-bit objects
|
Solution: There is no difference between descriptors for 64-bit objects and 32-bit objects. When displaying a 64-bit fixed-precision object ( INT64, UINT64, LONG64, ULONG64, or DWORD64) use the I64 flag with %d. example: As a rule, use %p to display the new pointer types. This will give their full hexadecimal value. |
Intel® Fortran Compiler - Default floating point precision differs between Linux*/Mac OS* and Windows*
|
The default FPU precision on Linux* and Mac OS* is a 64-bit significant. This equates to the compiler switch -pc80. The corresponding setting on Windows* is a 53-bit significant, equivalent compiler switch -Qpc64. This difference may account for a variation in results when comparing execution of identical programs/algorithms on Linux/Mac OS* and Windows. |
Intel® C++ Compiler - How do I find the package ID so I can receive interactive support?
|
Package ID is a required field when you submit an issue to Intel® Premier Support. On Windows*, remove the /nologo compiler option and the Package ID will be emitted during compilation. On Linux* and Mac OS*, add the -V compiler option and the Package ID will be emitted during compilation. The Package ID will be of the form: A_AA_AA_X.X.XXX Where A is a letter and X is a numeric digit. |
Intel® C++ Compiler for Windows* - How to build stlport 5.1.5 with Intel® C++ Compiler for Windows* 10.x.xxx
Intel® C++ Compiler for Windows* - A quick way to start using Intel® C++ Compiler for a group of projects
|
When you have a lot of projects in your application, you can select only a group of project to use Intel® C++ Compiler. Following is the easiest way: |
Intel® C++ Compiler for Windows* - Technical notes
size of long integer type on different architecture and OS
How to Make Mobilized Windows* Applications Power-Aware
Challenge
Handle the WM_POWERBROADCAST message provided by the Windows* operating system and scaling features accordingly. WM_POWERBROADCAST is a Windows message sent to applications to indicate system-wide power state changes.
Intel® VTune™ Performance Analyzer for Windows* - Sampling data may look incorrect
|
Symptom(s): Solution: |
