Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-319F9697-EAB9-42A5-A9E8-703751CDD301
Visible to Intel only — GUID: GUID-319F9697-EAB9-42A5-A9E8-703751CDD301
Init
Automatically initializes the library code that is most appropriate for the current processor type.
Syntax
IppStatus ippInit(void));
Include Files
ippcore.h
Description
This function detects the processor type used in the user computer system and sets the processor-specific code of the Intel IPP library most appropriate for the current processor type.
You can not use any other Intel IPP function while the function ippInit continues execution.
Return Values
ippStsNoErr |
Indicates that the required processor-specific code is successfully set. |
ippStsNotSupportedCpu |
Indicates that the CPU is not supported. |
ippStsNonIntelCpu |
Indicates that the target CPU is not Genuine Intel. |