Re: [PATCH] libstdc++: std::from_chars std::{,b}float16_t support

2022-11-01 Thread Jonathan Wakely via Gcc-patches
On Tue, 1 Nov 2022 at 09:36, Jakub Jelinek wrote: > > Hi! > > On top of the > https://gcc.gnu.org/pipermail/libstdc++/2022-October/054849.html > https://gcc.gnu.org/pipermail/libstdc++/2022-October/054886.html > the following patch adds std::from_chars support, similarly to the > previous std::to_

[PATCH] libstdc++: std::from_chars std::{,b}float16_t support

2022-11-01 Thread Jakub Jelinek via Gcc-patches
Hi! On top of the https://gcc.gnu.org/pipermail/libstdc++/2022-October/054849.html https://gcc.gnu.org/pipermail/libstdc++/2022-October/054886.html the following patch adds std::from_chars support, similarly to the previous std::to_chars patch through APIs that use float instead of the 16-bit floa