- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
we tried to reproduce your issue but without success. Could you please prepare a small test case for it?
Regards,
Vladimir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
According to Intel Premier Support this issue will be resolved in IPP 5.0 Beta.
Thanks for the help.
Adi Grossman

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page