ipp-link, Qipp-link

Controls whether the compiler links to static or dynamic threaded Intel® Integrated Performance Primitives (Intel® IPP) runtime libraries.

Syntax

Linux:

-ipp-link[=lib]

Windows:

/Qipp-link[:lib]

Arguments

lib

Specifies the Intel® IPP library to use. Possible values are:

static

Tells the compiler to link to the set of static runtime libraries.

dynamic

Tells the compiler to link to the set of dynamic threaded runtime libraries.

Default

dynamic

The compiler links to the Intel® IPP set of dynamic runtime libraries. However, if Linux* option -static is specified, the compiler links to the set of static runtime libraries.

Description

This option controls whether the compiler links to static or dynamic threaded Intel® Integrated Performance Primitives (Intel® IPP) runtime libraries.

To use this option, you must also specify the [Q]ipp option.

Note

This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.

Product and Performance Information

Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex.

Notice revision #20201201

IDE Equivalent

None

Alternate Options

None

See Also