Visible to Intel only — GUID: GUID-272F3254-140B-4289-B6FE-003891077D52
Visible to Intel only — GUID: GUID-272F3254-140B-4289-B6FE-003891077D52
qipp, Qipp
Tells the compiler to link to some or all of the Intel® Integrated Performance Primitives (Intel® IPP) libraries.
Syntax
Linux: |
-qipp[=lib] |
Windows: |
/Qipp[:lib] |
Arguments
lib |
Indicates the Intel® IPP libraries that the compiler should link to. Possible values are:
|
Default
OFF |
The compiler does not link to the Intel® IPP libraries. |
Description
The option tells the compiler to link to some or all of the 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 runtime libraries.
On Windows* systems, this option adds directives to the compiled code, which the linker then reads without further input from the driver. You do not need to specify a separate link command.
On Linux* systems, the driver must add the library names explicitly to the link command. You must use option qipp to perform the link to pull in the dependent libraries.
Product and Performance Information |
---|
Performance varies by use, configuration and other factors. Learn more at www.Intel.com/PerformanceIndex. Notice revision #20201201 |
IDE Equivalent
Visual Studio: None
Eclipse: Performance Library Build Components > Use Intel(R) Integrated Performance Primitives Libraries
Alternate Options
None