> The following test case is able
> to reproduce the error:
>
> #include<ipps.h>
> int main() {
>    const int mySize = 1024;
>    Ipp32f* myRealVector = ippsMalloc_32f(mySize);
>    Ipp32f myResult = 0.0;
>    ippsStdDev_32f(myRealVector,  mySize,
>                           &myResult,  ippAlgHintFast);
> }
>
> the function ippsStdDev_32f is a function in the Intel IPP library.
> I'm running my test on a RedHat 5.4 64bit

Thank you for isolating that test case.

Please post a complete copy of the actual error message from valgrind.
The message contains several hexadecimal bytes which are
the actual instruction bytes which are not recognized.
Knowing those instruction bytes enables diagnosis and fixing
without requiring access to the Intel IPP library.
Not all developers have that library.

-- 

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to