https://bugs.kde.org/show_bug.cgi?id=402481
--- Comment #3 from Mark Wielaard <m...@klomp.org> --- (In reply to Julian Seward from comment #2) > Arrgh. I'll fix it. Do you know if the same failure has occurred > for any other 32-bit targets, btw? I haven't seen it on other 32-bit arches. I believe that is because arm32, mips32 and ppc32 don't implement Iop_CmpEQ64 and Iop_CmpNEQ64 (and so don't need Iop_Sar64). Only x86 implements both Iop_CmpEQ64 and Iop_CmpNEQ64, but not Iop_Sar64. (According to memcheck/tests/vbit-test/irops.c.) -- You are receiving this mail because: You are watching all bug changes.