ippInitCpu

Initializes the version of the library code for the specified processor type.

Syntax

IppStatus ippInitCpu(IppCpuType cpu);

Parameters

cpu

Processor type.

Description

The function ippInitCpu is declared in the ippcore.h file. This function sets the processor-specific code of the Intel IPP library in accordance with the specified processor type cpu.

Caution iconCaution

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

Return Values

ippStsNoErr

Indicates that the required processor-specific code is successfully set.

ippStsCpuMismatch

Indicates that the specified processor type is not valid; the previously set code is used.

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