[PATCH v3] math: New generic fmaf implementation

Adhemerval Zanella Netto adhemerval.zanella@linaro.org
Wed Nov 26 17:04:41 GMT 2025



On 26/11/25 13:45, Wilco Dijkstra wrote:
> Hi Adhemerval,
> 
> 
>> The original implementation adds tests to handle underflow in corner
>> cases, whereas this implementation uses a different strategy that
>> checks both the mantissa and the result value to determine whether
>> the result is not subject to double-rouding.
>>
>> The original implementation adds tests to handle underflow in corner
>> cases, while this implementation uses a different strategy that
>> checks both the mantissa and the result value to determine whether
>> the result is correctly rounded.
> 
> Almost identical repeated comments - either seems fine.
> 
> However it seems the patch itself is unchanged?

Sigh... because I haven't git add them.



More information about the Libc-alpha mailing list