https://bugs.kde.org/show_bug.cgi?id=507033
Bug ID: 507033 Summary: Remove Iop_Clz32/64 and Iop_Ctz32/64 Classification: Developer tools Product: valgrind Version First unspecified Reported In: Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: vex Assignee: jsew...@acm.org Reporter: flo2...@eich-krohm.de Target Milestone: --- >From libvex_ir.h: /* Ctz64/Ctz32/Clz64/Clz32 are UNDEFINED when given arguments of zero. You must ensure they are never given a zero argument. As of 2018-Nov-14 they are deprecated. Try to use the Nat variants immediately below, if you can. */ I'd say: time to get rid of them. Announce removal in 3.25.2. Remove in 3.26.. (or whatever the process is) -- You are receiving this mail because: You are watching all bug changes.