Hey,

I am sort of new with valgrind so please forgive any silly oversights.

I am running a codebase through valgrind to check for cache misses. I is
the first time it has been ran through valgrind. The code is basic vector /
list / char* stuff (nothing too fancy) but one part uses SSE for manhattan
distance calculation.

I get this error on that function.

vex x86->IR: unhandled instruction bytes: 0x66 0xF 0x3A 0x16
==18426==    at 0x804BE18: manhattan(unsigned char const*, unsigned char
const*) (emmintrin.h:208)

I searched around for this and found someone talking about very similar
instruction bytes and a bug fix for valgrind back in 2011. I saw that I was
under an old version. I update it but I still have the same error.

How might I go around fixing this?

Cheers,
Ólafur Waage
------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Valgrind-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to