Due to the shared library dispatcher and merged static library mechanisms described in Linking Your Application with Intel(R) IPP, calling Intel IPP functions is as simple as calling any other C function.
To call an Intel IPP function, do the following:
Include the ipp.h header file
Set up the function parameters
Call the function
The multiple versions of optimized code for each function are concealed under a single entry point. Refer to the "Intel(R) IPP Reference Manual" for detailed function descriptions, lists of required parameters, return values and so on.
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.