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

IPP 8.0 and 8.1 problems with static libraries

Igor_E_
Beginner
402 Views

I' am evaluating the new versions of IPPS. The DLL version works fine. But when I try to link with the static library (IPPSMT.LIB) the linker generates errors. For IPP 8.0 the functions ippsExp_32f, ippsExp_32f_I, ippsLn_32f and ippsLn_32f_I are missing, for IPP 8.1 the ippsSin_.... and ippsCos_.... are missing.

I am working with Visual Studio 2010. DUMPBIN.EXE confirms the problem existence.

Igor 

 

  

0 Kudos
3 Replies
Sergey_K_Intel
Employee
402 Views

Hi Igor,

Add IPPVMMT.lib after IPPS. Now IPPS contains functions depending on IPPVM.

Regards,
Sergey

0 Kudos
Igor_E_
Beginner
402 Views

Thank you. It works.

Regards, Igor

0 Kudos
Gennady_F_Intel
Moderator
402 Views

for the future cases, we would recommend to see at the user's guide to find IPP libraries dependencies by domain - http://software.intel.com/en-us/node/503927

--Gennady

0 Kudos
Reply