On Thu, 8 May 2025 at 14:59, Jakub Jelinek <ja...@redhat.com> wrote:
>
> On Thu, May 08, 2025 at 02:50:27PM +0100, Jonathan Wakely wrote:
> > Document that std::to_chars and std::from_chars are complete, mentioning
> > the libraries used for floating-point types.
> >
> > libstdc++-v3/ChangeLog:
> >
> >       * doc/xml/manual/status_cxx2017.xml: Update status for
> >       std::to_chars and std::from_chars.
> >       * doc/html/manual/*: Regenerate.
> > ---
> >
> > Patrick, please check that what I've added is accurate (see the XML
> > change at the end of the diff).
>
> > +     <code class="function">__strfrom128</code>).
>
> s/__strfrom128/strfromf128/
>
> Missing f before 128 and the __ is just the name of the weak alias for it,
> it uses __asm ("strfromf128").
>
> > +     <function>__strfrom128</function>).
>
> Ditto.


Thanks, fixed locally.

Reply via email to