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

--- Comment #68 from Ivo Raisr <iv...@ivosh.net> ---
(In reply to Petar Jovanovic from comment #67)

> This seems to be related to the way how MIPS port uses and handles
> DivModU128to64 and some other Iops.
> The issue comes from tricks done due to the lack of appropriate Iops that I
> am considering to add now.
> These would be:
> 
>       Iop_DivModU64to64, // :: I64,I64 -> I128
>                          // of which lo half is div and hi half is mod
>       Iop_DivModS32to32, // :: I32,I32 -> I64
>                          // of which lo half is div and hi half is mod
>       Iop_DivModU32to32, // :: I32,I32 -> I64
>                          // of which lo half is div and hi half is mod
> 
> Does anyone object or is there a need to create a separate issue for it?

If I understand your comment correctly, you are saying that MIPS front end
misuses DivModU128to64 for something which is not intended.
Then please go ahead and fix that but please do not associate it in any way
with this bug
as these are independent.

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

Reply via email to