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

IPP in Linux Kernel

smaclennan
Beginner
295 Views
I am porting a windows driver that uses IPP to Linux. The static libraries all seem to be compiled -fPIC and therefore cannot be used.

Has anybody found a workaround for this? Is there a correct set of libraries to use?
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
295 Views

Yes, it is correct. IPP libraries are compiled with -fPIC options and so can't be directly used in Linux kernel driver.

Regards,
Vladimir

0 Kudos
Reply