Diagnostic 912: could not set locale
Compiler reports error: "could not set locale" Author: Jennifer Jiang (Intel),Mark Sabahi (Intel) Type: Errors and Diagnostics |
07/02/2009
|
Diagnostic 809: exception specification for virtual entity-kind "entity" is incompatible with that of overridden entity-kind "entity"
Cause:
Overidden virtual functions should have exception-specification at least as restrictive as its own. A caller function might not be able to catch if derived threw an exception that was not adver ... Author: Grishma Kotecha (Intel),Jennifer Jiang (Intel) Type: Errors and Diagnostics |
07/02/2009
|
Diagnostic 11003: no IR in object file xxxx; was the source file compiled with xxxx
You are attempting to link an object file that was not compiled with IPO in and IPO build.
Author: Mark Sabahi (Intel) Type: Errors and Diagnostics |
07/02/2009
|
Diagnostic 964: no EMMS instruction before call
Compiler reports warning #964: no EMMS instruction before call Author: Jennifer Jiang (Intel),Mark Sabahi (Intel) Type: Errors and Diagnostics |
07/02/2009
|
Diagnostic 963: no EMMS instruction before return
Compiler reports warning #963: no EMMS instruction before return Author: Jennifer Jiang (Intel),Mark Sabahi (Intel) Type: Errors and Diagnostics |
07/02/2009
|
Internal Compiler Error
What to do when a compilation results in an Internal Compiler Error, catastrophic error, internal abort, code 1 or code 3 error. Author: Steve Lionel (Intel) Type: Errors and Diagnostics,Software Defects |
07/02/2009
|
Is the Intel® IPP stand-alone version similar to the Professional Edition version?
This page explains the differences between the Intel IPP stand-alone and Professional Edition versions. Type: Installation |
06/25/2009
|
Cross compilation using Intel C++ compiler for Linux
The Intel C++ compiler 11.0 for ia32 on Linux can cross compile for Intel® 64 architecture and Intel C++ compiler for Intel 64 on Linux can cross compile for ia32 architecture using suitable compiler option. Author: Om Sachan (Intel) Type: Technical Notes |
06/23/2009
|
Samples changes in Intel® IPP 6.1
This document lists the sample code changes in Intel® IPP 6.1 Author: Vipin Kumar E K (Intel) Type: Sample Code |
06/22/2009
|
An Overview of the Parallelization Implementation Methods in Intel(R) C++ Compilers
Description of the various ways you can use Intel® C++ Compilers to enable your applications for multi-core and many-core. Author: Mark Sabahi (Intel) Type: Performance and Optimization,Technical Notes |
06/19/2009
|
Intel® compiler options for SSE generation (SSE2, SSE3, SSSE3, SSE4) and processor-specific optimizations
Explains which Intel Compiler switches to use to target and optimize for a specific platform, cpu or processor. Type: Tips and Techniques,Performance and Optimization |
06/19/2009
|
Intel C++ compiler ignores attribute noinline
Intel C++ compiler is ignoring the "noinline" attribute if it is only on the definition. Author: Om Sachan (Intel) Type: Software Defects |
06/15/2009
|
Abstract class type not allowed as a type for parameter
Abstract classes are designed to be only interfaces to real classes because they have one or more pure virtual functions. The Intel® C++ compiler emits warning user is trying to declare a parameter that has the type of an abstract base class. Author: Om Sachan (Intel) Type: Technical Notes |
06/14/2009
|
Intel® IPP for Mac OS* - How to link to the Intel® IPP for Mac OS* X libraries in application?
This document provides information on using Intel® IPP 6.x with Intel® C++ Compiler 11.x and GNU Compiler Collection (GCC) 4.0 in Xcode 2.4/3.0 and on the command line. Type: Tips and Techniques |
06/14/2009
|
Intel® IPP sample code
It lists all available Intel IPP sample codes where you can find from product, book and manuals to understand Intel IPP function usages. Author: Ying S (Intel) Type: Sample Code |
06/11/2009
|
Invalid Serial Number - Intel(R) Compilers for Mac OS X
User who does not have write access to /Users/Shared/Library/Application Support/Intel/Licenses when installing the Intel(R) compiler product will get an error message of "Invalid Serial Number" during installation. Author: Qale (Intel) Type: Installation,Errors and Diagnostics |
06/05/2009
|
ISO/IEC Standards language conformance for Intel C++ compiler
The Intel C++ compiler conforms to different ISO/IEC specific language standards using compiler option /Qstd on Windows and –std on Linux. Author: Om Sachan (Intel) Type: Tips and Techniques,Compatibility,Technical Notes |
06/04/2009
|
Where do I download the Intel® IPP Cryptography libraries?
This page contains instructions for downloading the Intel IPP cryptography libraries. Author: AmandaS (Intel) Type: Download, Registration, Licensing,Installation |
06/02/2009
|
Diagnostic 1764: invalid member for anonymous member class -- class
Compiler reports error #1764: invalid member for anonymous member class Author: Ganesh Rao (Intel),Mark Sabahi (Intel) Type: Errors and Diagnostics |
05/28/2009
|
Diagnostic 337: invalid union member -- class
Compiler reports error 337: invalid union member -- class Author: Jennifer Jiang (Intel),Mark Sabahi (Intel) Type: Errors and Diagnostics |
05/28/2009
|
Diagnostic 341: inherited member is not allowed
Compiler reports error: inherited member is not allowed Author: Jennifer Jiang (Intel),Mark Sabahi (Intel) Type: Errors and Diagnostics |
05/28/2009
|
XCode link error: "file not found: libiomp5.dylib"
Resolution for link error: "file not found: libiomp5.dylib" Author: Ying Hu (Intel) Type: Known Issues,Errors and Diagnostics |
05/26/2009
|
Intel C++ Compiler compiles code without necessary header
Intel compiler is matching the behavior of the active gcc from which it inherits the headers and library. Author: Om Sachan (Intel) Type: Technical Notes |
05/22/2009
|
Intel® Premier support frequently asked questions
This Intel® Premier Support FAQ describes what it is, who is eligible, how to obtain a login ID, how to submit issues and how to get product updates. Author: Chuck (Intel) Type: Download, Registration, Licensing,Software Defects |
05/21/2009
|
Inline Assembly, use-msasm and fasm-blocks
Intel C++ compiler uses gcc development environment on Linux and MAC. It supports GNU inline style assembly.
Intel C++ compiler also supports Microsoft style inline assembly format in Linux and MAC OS. Author: Om Sachan (Intel) Type: Tips and Techniques,Technical Notes,Sample Code |
05/19/2009
|