The Intel® C++ Compiler now comes bundled with several Intel® Performance Libraries. You can access these libraries in Eclipse, using the following property pages, located in the Performance Library Build Components category:
Use Intel(R) Threading Building Blocks Library
Use Intel(R) Integrated Performance Primitives Libraries
Use Intel(R) Math Kernel Library
The Use Intel Threading Building Blocks property page lets you link to the libraries and bring in the associated headers.
The Use Intel Integrated Performance Primitives property page provides the following choices in a drop-down menu:
None, to disable use of Intel Integrated Performance Primitives
Use main libraries set, to use all libraries except Crypto libraries.
Use main libraries and cryptography library, to use Cryptography libraries in addition to the main libraries.
Use non-pic version of libraries, to use the non-pic version of the main libraries
Use cryptography library and non-pic version of libraries, to use Cryptography libraries in addition to the non-pic version of the main libraries
The Cryptography libraries are subject to export laws.
The Use Intel Math Kernel Library property page provides the following choices in a drop-down menu:
None, to disable use of Intel Math Kernel Library
Use threaded Intel(R) MKL library, to link using threaded version of the library.
Use non-threaded Intel(R) MKL library, to link using non-threaded version of the library.
Use Intel(R) MKL Cluster and sequential Intel(R) MKL libraries, to link using Intel(R) MKL Cluster libraries and the sequential Intel(R) MKL libraries
For more information, see the Intel Threading Building Blocks, Intel Integrated Performance Primitives, and Intel Math Kernel Library documentation.