[PATCH 02/28] powerpc: fma using builtins

Adhemerval Zanella adhemerval.zanella@linaro.org
Wed Apr 3 01:06:00 GMT 2019



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.



More information about the Libc-alpha mailing list