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

about the size of IPP library

hzhang08
Beginner
270 Views
Dear IPP specialists:
The IPP functions are fast and more portable than assembly, the only problem is thatthe IPP library, which is hundreds of Mbs. Is there any way or any IPP tool to reduce the library size (keep only those user-interested functions)?
Thank you,
Hao
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
270 Views

Hello Hao,

of course there is a way to reduce size of your final application which is use IPP libraries. You can use custom IPP DLL, it is a way to build your own DLL which will contain only those IPP functions which is interested to you. And you can use IPP static libraries, in this case linker will do this work for you. Note, you need order full version of IPP to get these opportunities. Evaluation version only includes IPP DLLs.

Regards,
Vladimir

0 Kudos
Reply