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

No lib for svml_sin2 for the static linkage with dispatching ?

ningji
Beginner
281 Views
C:\\Program Files\\Intel\\ComposerXE-2011\\ipp\\lib\\ia32>grep svml_sin2 *.lib
Binary file ippac_t.lib matches
Binary file ippcv_t.lib matches
Binary file ippi_t.lib matches
Binary file ipps_t.lib matches
why i cannot find it in ipp*_l.lib ?
0 Kudos
1 Reply
Ying_H_Intel
Employee
281 Views

Hello,

The symbol of svml_sin2comes from Intel C/C++Compiler:Short Vector Math library svml_disp*.lib. You may resolve it by linking the auxiliarylibrary "svml_dispmt.lib" in C:\Program Files (x86)\Intel\ComposerXE-2011\compiler\lib\ia32 with the ipp*_t.lib.

Here aremore discription about theseauxiliary libraries in Intel Compiler
http://software.intel.com/en-us/articles/libraries-provided-by-intelr-c-compiler-for-windows-and-intel-parallel-composer/.

The ipp*_l.lib and ipp_t.lib are serial static IPP library and threaded static IPP library respectively. Both were built by different option ofintel c/C++ compiler and optimized by different method, so the internal symbolswerenot exact same. do youhave any specialreason towantit in ipp*_l.lib?

Regards,
Ying

0 Kudos
Reply