ippStaticInit

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

Syntax

IppStatus ippStaticInit(void);

Description

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.

Note iconNote

This function operates only in the static version of the library.

Caution iconCaution

You can not use any other Intel IPP function while the function ippStaticInit continues execution.

Return Values

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.