Intel® C++ Compiler 16.0 User and Reference Guide
The following topic applies to
C++
for Xcode*.
You can use the Intel® C++ Compiler with the following Intel® Performance Libraries that may be included as a part of the product:
Intel® Data Analytics Acceleration Library (Intel® DAAL)
Intel® Integrated Performance Primitives (Intel® IPP)
Intel® Threading Building Blocks (Intel® TBB)
Intel® Math Kernel Library (Intel® MKL)
To access these libraries in Xcode*, select the target and go to Build Settings > Intel® C++ Compiler Performance Library Build Components.
To use the Intel® Data Analytics Acceleration Library change the Use Intel® Data Analytics Acceleration Library settings as follows:
None: Disable Use of Intel® DAAL.
Use threaded Intel® Data Analytics Acceleration Library: Link using the threaded version of the library.
Use non-threaded Intel® Data Analytics Acceleration Library: Link using the non-threaded version of the library.
The Use Intel® Threading Building Blocks Library property allows enabling the library and bringing in the associated headers.
The Use Intel Integrated Performance Primitives Libraries property provides the following options in a drop-down menu:
None: Disable use of Intel® IPP.
Use main libraries set: Use all libraries except Cryptography libraries.
Use main libraries and cryptography library: Use Cryptography libraries and main libraries.
The Cryptography libraries are subject to export laws.
To use the Use Intel® Math Kernel Library property provides the following options in a drop-down menu:
None: Disable use of Intel® Math Kernel Library
Use threaded Intel® Math Kernel Library: Link using the threaded version of the library.
Use non-threaded Intel® Math Kernel Library: Link using the non-threaded version of the library.
For more information, see the Intel® Threading Building Blocks, Intel® Integrated Performance Primitives, and Intel® Math Kernel Library documentation.
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 |