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

EM64T and 32-bit OS

cultzero
Beginner
328 Views
Hi to evebody. Could anyone tell me which Ipp library version is most situable if i have dual Xeon with EM64T and WinXp 32-bit. Now I'm using then t-postfix version and i don't know if I should use exactly it for getting max performance. Thanks.
0 Kudos
2 Replies
Vladimir_Dudnik
Employee
328 Views

Hello,

you can rely on choice which IPP dispatcher will do for you. When you link with IPP DLLs dispatcher will work automatically and will choose the best suitable version of processor-specific code. When you link with IPP static libraries, you need to call ippStaticInit function before the first call of any other IPP function. This will initiate IPP static dispatcher, which again will do the best choice automatically. You can change this choice with call of ippStaticInitCpu function, where you can specify which exactly processor-specific code you want to run.

Regards,
Vladimir

0 Kudos
cultzero
Beginner
328 Views
Hi, Vladimir. Thank you for your aswer. It really helped me.
0 Kudos
Reply