Finally, here's the patch to change double formatting in hexadecimal. As you
can see, I managed to find a way to fix it with little changes. Only a few
minor adjustments needed.
As for for formatting long doubles as doubles when their size is the same, the
evidence for it is in glibc's code:
i
On Thu, 9 Sep 2021, Patrick Northon wrote:
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