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

--- Comment #1 from Florian Krohm <flo2...@eich-krohm.de> ---
The semantics of Iop_Clz32/64 are identical to Iop_ClzNat32/64 unless the input
value is zero.
And likewise for Iop_Ctz32/64.

So.... audit the code, check occurrences of above operators and if their use is
guarded to ensure
that the input value is != 0 then the operator can be replaced with its "Nat"
counterpart.
Easy as pie.
Spoiler alert: not always so easy as there are "interesting" uses of Iop_Clz
....

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

Reply via email to