Intel® C++ Compiler 16.0 User and Reference Guide

ipp, Qipp

Tells the compiler to link to the some or all of the Intel® Integrated Performance Primitives (Intel® IPP) libraries.

Architecture Restrictions

Not available on Intel® 64 architecture targeting the Intel® Xeon Phi™ coprocessor x100 product family (formerly code name Knights Corner), on IA-32 architecture targeting Intel® Graphics Technology, or on Intel® 64 architecture targeting Intel® Graphics Technology

Syntax

Linux and OS X:

-ipp[=lib]

Windows:

/Qipp[:lib]

Arguments

lib

Indicates the Intel® IPP libraries that the compiler should link to. Possible values are:

common

Tells the compiler to link using the main libraries set. This is the default if the option is specified with no lib.

crypto

Tells the compiler to link using the main libraries set and the crypto library.

nonpic (Linux* only)

Tells the compiler to link using the version of the libraries that do not have position-independent code.

nonpic_crypto (Linux only)

Tells the compiler to link using the crypto library and the version of the libraries that do not have position-independent code.

Default

OFF

The compiler does not link to the Intel® IPP libraries.

Description

The option tells the compiler to link to the some or all of the Intel® Integrated Performance Primitives (Intel® IPP) libraries and include the Intel® IPP headers.

The [Q]ipp-link option controls whether the compiler links to static, dynamic threaded, or static threaded Intel® IPP run-time libraries.

Note

On Windows* systems, this option is processed by the compiler, which adds directives to the compiled object file that are processed by the linker. On Linux* and OS X* systems, this option is processed by the icc/icpc command that initiates linking, adding library names explicitly to the link command.

Optimization Notice

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

IDE Equivalent

Visual Studio: None

Eclipse: Performance Library Build Components > Use Intel® Integrated Performance Primitives Libraries

Xcode: Performance Library Build Components > Use Intel® Integrated Performance Primitives Libraries

Alternate Options

None

See Also