https://bugs.kde.org/show_bug.cgi?id=511461

--- Comment #8 from Paul Floyd <[email protected]> ---
The x86 test more_x86_fp fails with

vex x86->IR: unhandled instruction bytes: 0x66 0xF 0x3A 0x16

VEX has

   /* 66 0F 3A 0F = PALIGNR -- Packed Align Right (XMM) */
   if (sz == 2
       && insn[0] == 0x0F && insn[1] == 0x3A && insn[2] == 0x0F) {

Either the instruction bytes are wrong in the message or sz != 2

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to