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
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.