|
From: Ólafur W. <ol...@gm...> - 2012-03-13 18:29:55
|
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 |