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

ippsMinMaxIndx_8u Behaves differently of different platforms

adi-grossman
初學者
840 檢視
I've noticed that i get bugs on a Pentium4 machine (no HT), it came down to this code segment. buf seems to get written when i call ippsMinMaxIndx_8u.

Ipp8u arr=50; // it's a single element array
Ipp8u buf0=21, minVal=22, buf1=23, maxVal=24, buf2=25;
int minIdx=-11, maxIdx=-12;
ippsMinMaxIndx_8u(&arr, 1, &minVal, &minIdx, &maxVal, &maxIdx);
// At this point: On a Pentium4 machine,
// buf0==0. if ippsw7.dll is removed then buf0==21

Edit: Version:4.1 Build:19Jul2004

Thank You,
Adi Grossman.

Message Edited by adi-grossman on 05-09-2005 09:40 AM

0 積分
2 回應
Vladimir_Dudnik
840 檢視
Hi,
we tried to reproduce your issue but without success. Could you please prepare a small test case for it?
Regards,
Vladimir
adi-grossman
初學者
840 檢視
Thanks for the help.

According to Intel Premier Support this issue will be resolved in IPP 5.0 Beta.

Thanks for the help.

Adi Grossman
回覆