On Thu, Jul 1, 2021 at 1:12 PM Jeff Law <jeffreya...@gmail.com> wrote: > > > > On 7/1/2021 1:28 PM, H.J. Lu via Gcc-patches wrote: > > This patch is updating soft-fp from glibc: > > > > 1. Add __extendhfxf2 to return an IEEE half converted to IEEE extended. > > 2. Add __truncxfhf2 to truncate IEEE extended into IEEE half. > > > > These are needed by x86 _Float16 support. > Presumably these are lifted verbatim from glibc? If so, clearly an ACK
That is correct. I am checking it in. > for the trunk. > > jeff > Thanks. -- H.J.