ippInit

Automatically initializes the library code that is most appropriate for the current processor type.

Syntax

IppStatus ippInit(void));

Description

The function ippInit is declared in the ippcore.h file. 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.

Caution iconCaution

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.

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.