Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

IPP version define switch ?

peter77
Beginner
512 Views
Hi,



I use IPP in the version 4.1 and tried the 5.0

Because of the removing / adding /renaming of functions I have to fix my code to the new style.

But I'am not sure in using the 5.0 and so I will be compatible to the 4.1

Is there a version define or something I can use for preprocessor switching inside my code between the versions ?



Thx

Peter
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
512 Views

Hi Peter, yes we have such macro in ippdefs.h

#define IPP_VERSION_MAJOR 5
#define IPP_VERSION_MINOR 0

Regards,
Vladimir

0 Kudos
Reply