The following tablegives a quick comparison of the Intel IPP linking methods.
Feature |
Dynamic Linking |
Static Linkingwith Dispatching |
Static Linking without Dispatching |
Using Custom SO |
---|---|---|---|---|
Processor Updates |
Automatic |
Recompile & redistribute |
Release new processor-specific application |
Recompile & redistribute |
Optimization |
All processors |
All processors |
One processor |
All processors |
Build |
Link to stub static libraries |
Link to static libraries and static dispatchers |
Link to merged libraries |
Build separate SO |
Calling |
Regular names |
Regular names |
Processor-specific names |
Regular names |
Total Binary Size |
Large |
Small |
Smallest |
Small |
Executable Size |
Smallest |
Small |
Small |
Smallest |
Kernel Mode |
No |
Yes |
Yes |
No |
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 |
Copyright © 2008 - 2011, Intel Corporation. All rights reserved.