[PATCH 02/28] powerpc: fma using builtins

Adhemerval Zanella adhemerval.zanella@linaro.org
Wed Apr 17 21:33:00 GMT 2019



On 17/04/2019 18:10, Joseph Myers wrote:
> On Wed, 3 Apr 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.
> 
> The committed changes appear to be the wrong version, as they still have 
> the incorrect formatting.
> 

Sorry about that, I will fix.



More information about the Libc-alpha mailing list