This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 02/28] powerpc: fma using builtins
- From: Joseph Myers <joseph at codesourcery dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Cc: <libc-alpha at sourceware dot org>
- Date: Mon, 1 Apr 2019 20:05:39 +0000
- Subject: Re: [PATCH 02/28] powerpc: fma using builtins
- References: <20190329133529.22523-1-adhemerval.zanella@linaro.org> <20190329133529.22523-3-adhemerval.zanella@linaro.org>
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).
> +float __fmaf (float x, float y, float z)
Likewise.
--
Joseph S. Myers
joseph@codesourcery.com