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

ipp_*.h headers missing form installation

Intel_C_Intel
Employee
275 Views

I use IPP 5.2.063 evaluation version for Windows.

How can I use library if there is not possible to compile ?

Is it possible to get ipp_*.h headers in evaluation version?

0 Kudos
3 Replies
Vladimir_Dudnik
Employee
275 Views

Hello,

which exactly files do you mean?

Regards,
Vladimir

0 Kudos
Vladimir_Dudnik
Employee
275 Views

If you read available IPP materials carefully you may see that these headers for static IPP libraries. In evaluation version of IPP we provide only DLLs, so these files are not available in evaluation version as well.

Vladimir

0 Kudos
Vladimir_Dudnik
Employee
275 Views

Using static version is not necessary gives you advantages in performance. Originally for static version we have the folloving reasons:

-use IPP in kernel mode drivers
-reduce run time dependancy on big set of DLLs

but of course there is some advantages from using DLLs (like easy and automatic update your application with new versions of IPP without need to recompile or relink your application). Note also, that IPP DLLsprovide internal threading even in evaluation version

Regards,
Vladimir

0 Kudos
Reply