ippStaticInitCpu

THIS FUNCTION IS DEPRECATED. Initializes the specified version of the static code.

Syntax

IppStatus ippStaticInitCpu(IppCpuType cpu);

Parameters

cpu

Processor type.

Description

Caution iconCaution

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.

Caution iconCaution

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

Return Values

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.