https://bugs.kde.org/show_bug.cgi?id=507033
--- Comment #5 from Florian Krohm <flo2...@eich-krohm.de> --- Created attachment 183461 --> https://bugs.kde.org/attachment.cgi?id=183461&action=edit Patch for mips There were multiple uses of Iop_Clz32 and Iop_Clz64 to implement CLZ, CLO, DCLZ and DCLO. Sometimes but not always there was code to guard against a 0 input value. But it does not matter. Because in the end CLZ and DCLZ were emitted which do the right thing. See also the comment about nanomips. The patch removes any special handling for 0 and replaces Iop_Clz32 with Iop_ClzNat32 and Iop_Clz64 with Iop_ClzNat64. -- You are receiving this mail because: You are watching all bug changes.