Intel® Math Kernel Library (Intel® MKL) : What's deprecated?
This Article contains various functionalities deprecated in different versions of Intel® MKL. Type: Compatibility |
deprecated features MKL 10.3 deprecated feature in MKL |
12/15/2011
|
Intel® IPP Library 6.1 Fixes List
A detailed list of bug fixes in Intel IPP library v6.1 Type: Compatibility |
error bug IPP fix known issue IPP Delphi sample IPP zlib UIC Picnic |
11/07/2011
|
Intel(R) C++ Compiler Compatibility with Microsoft* Visual Studio Express*
Using Intel(R) C++ Compiler for Windows* with Microsoft* Visual Studio Express*. Type: Compatibility |
Visual Studio Express |
06/22/2011
|
mathimf.h is incompatible with system math.h
mathimf.h problem with VS2010 Type: Compatibility |
|
06/07/2011
|
C++0x Features Supported by Intel(R) C++ Compiler
Starting in 11.0 the Intel(R) C++ Compiler has supported some of the C++0x features. With the latest release of Intel C++ Composer XE for Windows, Linux* and Mac OS* X, and the Intel Parallel Composer ... Type: Compatibility |
|
12/08/2010
|
C99 Support in Intel(R) C++ Compiler
Most of the C99 features are supported by Intel(R) C++ Composer XE for Windows*, Linux* and Mac OS* X, and Intel Parallel Composer 2011. The option to turn on C99 support:
/Qstd=c99 on Windows
- ... Type: Compatibility |
|
12/02/2010
|
Intel® C++ Compiler Compatibility with Microsoft* Visual C++*
The Intel C++ Compiler is source and binary compatible with Visual C++ compiler; it supports the Microsoft* Visual C++* extensions to the C and C++ languages.
This document describes the important differences of the Intel C++ Compiler and Visual C++ ... Type: Compatibility |
|
11/08/2010
|
C interface Support for LAPACK
Intel® MKL 10.3 extends MKL C support, add C interface for LAPACK. Type: Compatibility |
lapack fortran 77 fortran array reads c interface CLAPACK |
11/08/2010
|
Converting a Cilk Arts Cilk++ application to Intel® Cilk™ Plus
This document summarizes the differences between the Cilk Arts implementation and the Intel® Cilk™ Plus implementation. It contains specific guidelines for porting Cilk Arts code to Cilk Plus code. Type: Compatibility |
CILK++ Cilk Plus Parallel Programming |
09/27/2010
|
OpenMP static library has been deprecated since Intel® IPP 7.0
OpenMP static library has been deprecated since Intel® IPP 7.0 and recommend you to link with OpenMP dynamic library. Type: Compatibility |
OpenMP static library |
09/05/2010
|
Using C/C++ Atomics
The Intel® C++ Compiler 12.0 available in Intel® Parallel Composer 2011 now supports atomic data types. This article reviews this syntax for those new to this feature. Type: Compatibility |
atomic |
09/02/2010
|
Build Intel® IPP Support In OpenCV 2.1
The model of IPP support has been changed. Now IPP is supposed to be detected by CMake at the configuration stage and linked against OpenCV. The article discrible the steps to configure cmake to make sure IPP is enabled in OpenCV Type: Compatibility |
IPP opencv IPP static library OpenCV 2.0 IPP/OpenCV openCV 2.1 IPP in OpenCV |
06/02/2010
|
Valgrind* memcheck Gives Uninitialized Value False Positives on String Routines
Valgrind* has a known issue with the 11.x compilers' Intel(R) Streaming SIMD Extensions 2 optimized versions of string routines Type: Compatibility |
SSE2 move conditional valgrind memcheck uninitialized value jump strlen string false positive |
04/20/2010
|
Use Intel® IPP on Compatible AMD* Processors
use ipp on Intel or compatible AMD* processors Type: Compatibility |
simd SSE amd support IPP cpu optimization non-intel processors |
01/28/2010
|
Using Intel® Math Kernel Library and Intel® Integrated Performance Primitives in the Microsoft* .NET* Framework
This article is about calling intel(R) MKL and Intel(R) from .NET framework Type: Compatibility |
|
01/05/2010
|
Stack Frame Run-time Check incompatible with Microsoft* Visual C++ x64
Microsoft Visual C++ x64 RTC integration with Intel C++ Compiler for Windows on stack frame check Type: Compatibility |
ClosedSWDefect |
08/02/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. Type: Compatibility |
C++0x ISO Standards ISO/IEC 9899:1990 ISO/IEC 9899:1999 gnu89 gnu++98 ISO C90 |
06/04/2009
|
Can I export a makefile from Visual Studio?
The capability to export makefiles from Visual Studio is not available. Type: Compatibility |
C++ Visual Studio compiler makefile export export makefile |
05/21/2009
|
OpenMP* Loops with Function Calls for Bounds May Not Parallelize
Loops with function calls as bounds (such as STL end() calls) may not be compiled into parallel even if OpenMP APIs are explicitly used. Type: Compatibility |
OpenMP STL vector inline loop bound limit for while function routine call parallel |
03/12/2009
|
Old Style C Function Argument Declarations are Supported
Old style C function declarations where argument types are declared after the argument list are supported. Type: Compatibility |
|
03/11/2009
|
Exporting using "__declspec(dllexport)" on Windows*
On Windows* you can export a function using following methods with Microsoft* Visual C++*:
a module-definition (.def) file
__declspec(dllexport)
The Intel® C++ Compiler for Windows supports both ... Type: Compatibility |
|
02/27/2009
|
__SSE4_1__ and __SSE4_2__ Macros Not Defined
Certain Macros are defined by gcc and the Intel compiler when specific cpu architectures are targeted. SSE4 macros were not being defined appropriately in the initial Intel(R) C++ Compiler 11.0 for Linux*. Type: Compatibility |
|
02/20/2009
|
Intel Architecture Platform Terminology for Development Tools
Descriptions of Intel architecture platform terminology as used by Intel's software development tools. Type: Compatibility |
EM64T IA-64 IA-32 |
02/12/2009
|
How to use Intel(R) Compiler OpenMP* Compatibility Libraries on Windows*
The Intel(R) Compilers provide an OpenMP* runtime library to enable mixed Microsoft Visual C++* and Intel Compiler builds that both use OpenMP*. Type: Compatibility |
OpenMP libguide libiomp vcomp _OPENMP_NOFORCE_MANIFEST |
02/11/2009
|
Windows C++ Compiler and Sealed or abstract unions
The sealed union is not allowed by C++ language. Type: Compatibility |
sealed union |
12/07/2008
|