Re: [PATCH V3] Practical Improvement to libgcc Complex Divide

2020-08-11 Thread Patrick McGehearty via Gcc-patches
2nd ping. Any estimate on when a reviewer might get to this improvement in the accuracy of Complex Divide? I'm happy to supply more info on what testing I've done and details about design decisions. I'd prefer to do that sooner than later as who knows when corporate priority decisions might prev

Re: [PATCH V3] Practical Improvement to libgcc Complex Divide

2020-07-21 Thread Patrick McGehearty via Gcc-patches
Ping On 7/1/2020 11:30 AM, Patrick McGehearty via Gcc-patches wrote: (Version 3) (Added in version 3) Support for half, float, extended, and long double precision has been added to the prior work for double precision. Since half precision is computed with float precision as per current libgcc

[PATCH V3] Practical Improvement to libgcc Complex Divide

2020-07-01 Thread Patrick McGehearty via Gcc-patches
(Version 3) (Added in version 3) Support for half, float, extended, and long double precision has been added to the prior work for double precision. Since half precision is computed with float precision as per current libgcc practice, the enhanced underflow/overflow tests provide no benefit for ha