On lundi 6 septembre 2021 06 h 59 min 40 s EDT Martin Storsj? wrote: > But I feel a little uneasy about the patch - why would we unconditionally > do a "value.__pformat_fpreg_exponent -= 3;" at the start of > __pformat_emit_xfloat? I don't see the corresponding adjustment in > __pformat_xldouble for cases where the exponent originally is nonzero > (where we just do "z.__pformat_fpreg_exponent -= 0x3FFF;"). I do see that > it does work as normal floats do get printed correctly though.
If you prefer, I could put the exponent adjustment in __pformat_xldouble instead. _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
