Automatically initializes static code that is the most appropriate for the current processor type.
IppStatus ippStaticInit(void);
The function ippStaticInit is declared in the ippcore.h file. This function detects the processor type used in the user computer system and sets the most appropriate processor-specific static code of the Intel IPP software.
This function operates only in the static version of the library.
You can not use any other Intel IPP function while the function ippStaticInit continues execution.
ippStsNoErr |
Indicates that the most appropriate static code of the Intel IPP software is successfully set. |
ippStsNonIntelCpu |
Indicates that the static version of generic code for Intel Architecture is set. |
ippStsNoOperationInDll |
Indicates that there is no such operation in the dynamic version of the library. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.