Visible to Intel only — GUID: GUID-508F2FA4-1B30-4ABC-A6CF-7A7C47C75074
Visible to Intel only — GUID: GUID-508F2FA4-1B30-4ABC-A6CF-7A7C47C75074
Init
Automatically initializes the library code that matches the current processor best.
Syntax
IppStatus ippcpInit(void);
Include Files
ippcp.h
Description
This function detects the processor type of the user system and sets the processor-specific code of the Intel® Cryptography Primitives Library that matches the current processor type best.
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. |