From kde-bugs-dist Sun May 31 23:57:17 2015 From: Rhys Kidd Date: Sun, 31 May 2015 23:57:17 +0000 To: kde-bugs-dist Subject: [valgrind] [Bug 291924] vex x86->IR: unhandled instruction bytes: 0x66 0xF 0x38 0x31 (pmovzxbd) Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=143311664903034 https://bugs.kde.org/show_bug.cgi?id=291924 Rhys Kidd changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WONTFIX Status|UNCONFIRMED |RESOLVED --- Comment #6 from Rhys Kidd --- pmovzxbd is an SSE4.1 instruction. SSE4 isn't supported in 32 bit mode, only 64 bit mode. 32 bit mode supports only up to and including SSSE3. http://www.valgrind.org/docs/manual/manual-core.html#manual-core.limits There are no current plans to support SSE4 on 32-bit. Please use 64-bit. -- You are receiving this mail because: You are watching all bug changes.