Re: [PATCH] range-op-float: Improve multiplication reverse operation

2022-12-05 Thread Aldy Hernandez via Gcc-patches
On 12/5/22 12:59, Jakub Jelinek wrote: On Mon, Dec 05, 2022 at 10:54:41AM +0100, Aldy Hernandez wrote: Do you mind if I try that incrementally and only if it doesn't make the code too large/too unreadable? Sure. And don't feel obligated to implement it either. range-ops is a never ending

[PATCH] range-op-float: Improve multiplication reverse operation

2022-12-05 Thread Jakub Jelinek via Gcc-patches
On Mon, Dec 05, 2022 at 10:54:41AM +0100, Aldy Hernandez wrote: > > Do you mind if I try that incrementally and only if it doesn't make the > > code too large/too unreadable? > > Sure. And don't feel obligated to implement it either. range-ops is a > never ending pit of possible optimizations.