Re: [Mingw-w64-public] [PATCH] Fix exponent when formatting long double in hexadecimal.

2021-09-09 Thread Patrick Northon via Mingw-w64-public
On jeudi 9 septembre 2021 17 h 13 min 17 s EDT Martin Storsjö wrote: > On Tue, 7 Sep 2021, Patrick Northon wrote: > > Take number 2. I moved the adjustment to the exponent into > > __pformat_xldouble. > > Thanks for this attempt. Now I've poked the implementation to follow it a > bit better to see

Re: [Mingw-w64-public] [PATCH] Fix exponent when formatting long double in hexadecimal.

2021-09-09 Thread Martin Storsjö
On Tue, 7 Sep 2021, Patrick Northon wrote: Take number 2. I moved the adjustment to the exponent into __pformat_xldouble. Thanks for this attempt. Now I've poked the implementation to follow it a bit better to see what happens, and now I see the point in your original form of the patch - but