Hi, I'm getting the following error while running my program with valgrind 2.0.0: disInstr: unhandled instruction bytes: 0xF3 0xF 0x52 0xC9 I suspect it's probably SSE related, since I'm using an SSE version of FFTW (note that the program runs fine without valgrind). I'm running Fedoda Core 1 on a Pentium-M and kernel 2.6.2-mm1. Jean-Marc --=20 Jean-Marc Valin, M.Sc.A., ing. jr. LABORIUS (http://www.gel.usherb.ca/laborius) Universit=E9 de Sherbrooke, Qu=E9bec, Canada |
|
From: Tom H. <th...@cy...> - 2004-02-12 07:18:53
|
In message <107...@id...>
Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca> wrote:
> I'm getting the following error while running my program with valgrind
> 2.0.0:
> disInstr: unhandled instruction bytes: 0xF3 0xF 0x52 0xC9
>
> I suspect it's probably SSE related, since I'm using an SSE version of
> FFTW (note that the program runs fine without valgrind). I'm running
> Fedoda Core 1 on a Pentium-M and kernel 2.6.2-mm1.
It's RSQRTSS and it is implemented in the CVS head version of valgrind.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|