Re: [PATCH] libstdc++: Update from latest fast_float [PR107468]

2022-11-07 Thread Jonathan Wakely via Gcc-patches
On Mon, 7 Nov 2022 at 08:19, Jakub Jelinek wrote: > > Hi! > > The following patch updates from fast_float trunk. That way > it grabs two of the 4 LOCAL_PATCHES, some smaller tweaks, to_extended > cleanups and most importantly fix for the incorrect rounding case, > PR107468 aka https://github.com/

[PATCH] libstdc++: Update from latest fast_float [PR107468]

2022-11-07 Thread Jakub Jelinek via Gcc-patches
Hi! The following patch updates from fast_float trunk. That way it grabs two of the 4 LOCAL_PATCHES, some smaller tweaks, to_extended cleanups and most importantly fix for the incorrect rounding case, PR107468 aka https://github.com/fastfloat/fast_float/issues/149 Using std::fegetround showed in