|
From: Gaetano M. <me...@gm...> - 2010-11-15 10:31:18
|
Hi all, I'm getting the error in subject. I have tried with release 3.6.0 and with a checkout from svn (5 mins ago). The program works correctly outside valgrind. Regards Gaetano Mendola -- cpp-today.blogspot.com |
|
From: Alexander P. <gl...@go...> - 2010-11-15 11:11:17
|
0x66 0xF 0x38 0x10 0xD3 is the "pblendvb %xmm0,%xmm3,%xmm2" instruction. Valgrind doesn't fully support SSE4 yet. You can try to build your program without sse4 support. Please also consider filing a bug (see http://valgrind.org/support/bug_reports.html) for tracking this. On Mon, Nov 15, 2010 at 1:26 PM, Gaetano Mendola <me...@gm...> wrote: > Hi all, > I'm getting the error in subject. I have tried with release 3.6.0 and > with a checkout from svn (5 mins ago). > > The program works correctly outside valgrind. > > Regards > Gaetano Mendola > > -- > cpp-today.blogspot.com > > ------------------------------------------------------------------------------ > Centralized Desktop Delivery: Dell and VMware Reference Architecture > Simplifying enterprise desktop deployment and management using > Dell EqualLogic storage and VMware View: A highly scalable, end-to-end > client virtualization framework. Read more! > http://p.sf.net/sfu/dell-eql-dev2dev > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > -- Alexander Potapenko Software Engineer Google Moscow |