- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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.
링크가 복사됨
2 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
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
