|
From: Aghiles K. <ag...@dn...> - 2004-02-17 03:36:34
|
Hi, Using valgrind 2.0.0, I get: disInstr: unhandled instruction bytes: 0xF3 0xF 0xC2 0xCE Compiler: icc 8.0 with the -xK option (which I think enables vectorization). Sorry for the noise if this has been fixed in version 2.1.0 , Aghiles. www.3delight.com |
|
From: Tom H. <th...@cy...> - 2004-02-17 07:17:07
|
In message <403...@dn...>
Aghiles Kheffache <ag...@dn...> wrote:
> Using valgrind 2.0.0, I get:
>
> disInstr: unhandled instruction bytes: 0xF3 0xF 0xC2 0xCE
That's CMPSS, an SSE instruction.
> Sorry for the noise if this has been fixed in version 2.1.0 ,
Not in 2.1.0, but it is fixed in the CVS head.
Tom
--
Tom Hughes (th...@cy...)
Software Engineer, Cyberscience Corporation
http://www.cyberscience.com/
|