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

IPP 5.3 and uclibc

glemarec
Beginner
290 Views
Hi,

I currently migrate an embedded application from Geode CPU to Atom CPU.

I would like to use IPP to speed up audio signal processing but our linux target used uclibc instead of libc (target generated by Openwrt).

Is there a way to link IPP against uclibc ?

Any ideas ? technical solutions ?

Thanks in advance
Christophe
0 Kudos
2 Replies
Vladimir_Dudnik
Employee
290 Views

Hi Christophe,

we did not test IPP against ulibc. What kind of issues do you currently have with IPP and ulibc?

IPP itself use C run-time in minimal way, moslty only memory management functions, like malloc and free, used internally.

Regards,
Vladimir

0 Kudos
glemarec
Beginner
290 Views
Hi Vladimir,

Thanks for the answer.
Currently, I have no problem as it's not yet tested.

Maybe I cry before to be hurt, I just checked for possible problems as link against uclibc was the main source of problem we encounter with other lib/package.

I will test this next week and keep you informed.

Christophe
0 Kudos
Reply