|
From: evil s. <too...@ya...> - 2010-12-12 17:34:29
|
Hi,
Maybe I'm doing something wrong, but valgrind 3.6.0 is supposed to have support for sse4.2.
I tried to use callgrind on my program that uses the
crc32b and crc32q instructions, but I get:
unhandled instruction bytes: 0xF2 0x48 0xF 0x38 0xF1 0xF1
So I'm wondering:
Is this not supported in the current (svn revision 11487) release ?
Am I using/building it in the wrong way?
tia,
Romain.
|
|
From: Julian S. <js...@ac...> - 2011-01-03 13:34:20
|
crc32b and crc32q are not implemented. I will try to implement them this month. Can you file a bug report at http://bugs.kde.org/enter_valgrind_bug.cgi so this gets properly tracked. Thanks. J On Sunday, December 12, 2010, evil sloot wrote: > Hi, > > Maybe I'm doing something wrong, but valgrind 3.6.0 is supposed to have > support for sse4.2. > > I tried to use callgrind on my program that uses the > crc32b and crc32q instructions, but I get: > > unhandled instruction bytes: 0xF2 0x48 0xF 0x38 0xF1 0xF1 > > > So I'm wondering: > Is this not supported in the current (svn revision 11487) release ? > Am I using/building it in the wrong way? > > tia, > > Romain. > > > > > --------------------------------------------------------------------------- > --- Oracle to DB2 Conversion Guide: Learn learn about native support for > PL/SQL, new data types, scalar functions, improved concurrency, built-in > packages, OCI, SQL*Plus, data movement tools, best practices and more. > http://p.sf.net/sfu/oracle-sfdev2dev > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users |