THIS FUNCTION IS DEPRECATED. Initializes the specified version of the static code.
IppStatus ippStaticInitCpu(IppCpuType cpu);
cpu |
Processor type. |
THIS FUNCTION IS DEPRECATED. Please use the function ippInitCpu instead.
The function ippStaticInitCpu is declared in the ippcore.h file. This function sets the processor-specific version of the static code of the Intel IPP library in accordance with the specified processor type cpu.
This function operates only in the static version of the library.
ippStsNoErr |
Indicates that the required processor-specific static code is successfully set. |
ippStsCpuMismatch |
Indicates that the specified processor type is not valid and the previously set code version is used. |
ippStsNoOperationInDll |
Indicates that there is no such operation in the dynamic version of the library. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.