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

library for ippsPow_32f

yassir_salamaitt_com
422 Views
What link library should be used for ippsPow_32f(). I get "undefined reference to function ..." error.
I tried linking with every library that starts with libipps*.so
I'm running the application on a linux machine. My shared library is at "..../ipp/6.1.1.042/em64t/sharedlib"
Any help is appreciated.
Thanks.
0 Kudos
2 Replies
Vladimir_Dudnik
Employee
422 Views
Hello,

I'm curious why do not you check with IPP documentation or even simple header files?

By the way, there is no just ippsPow_32f function. There are set of functions with guaranteed accuracy in ippvm library

IPPAPI( IppStatus, ippsPow_32f_A11, (const Ipp32f a[],const Ipp32f b[],Ipp32f r[],Ipp32s n))
IPPAPI( IppStatus, ippsPow_32f_A21, (const Ipp32f a[],const Ipp32f b[],Ipp32f r[],Ipp32s n))
IPPAPI( IppStatus, ippsPow_32f_A24, (const Ipp32f a[],const Ipp32f b[],Ipp32f r[],Ipp32s n))
IPPAPI( IppStatus, ippsPow_64f_A26, (const Ipp64f a[],const Ipp64f b[],Ipp64f r[],Ipp32s n))
IPPAPI( IppStatus, ippsPow_64f_A50, (const Ipp64f a[],const Ipp64f b[],Ipp64f r[],Ipp32s n))
IPPAPI( IppStatus, ippsPow_64f_A53, (const Ipp64f a[],const Ipp64f b[],Ipp64f r[],Ipp32s n))


Regards,
Vladimir
0 Kudos
yassir_salamaitt_com
422 Views
Thanks Vladmir.
Appreciate the answer.
0 Kudos
Reply