[PATCH 02/28] powerpc: fma using builtins
Gabriel F. T. Gomes
gabriel@inconstante.eti.br
Mon Apr 15 21:47:00 GMT 2019
On Wed, Apr 03 2019, Adhemerval Zanella wrote:
>
> On 02/04/2019 03:05, Joseph Myers wrote:
> > On Fri, 29 Mar 2019, Adhemerval Zanella wrote:
> >
> >> +double __fma (double x, double y, double z)
> >
> > This is not a correctly formatted function definition (return type should
> > be on its own line).
>
> Fixed locally.
>
> >
> >> +float __fmaf (float x, float y, float z)
> >
> > Likewise.
> >
>
> Ditto.
Looks good to me.
More information about the Libc-alpha
mailing list