[PATCH v3] math: New generic fmaf implementation

Wilco Dijkstra Wilco.Dijkstra@arm.com
Wed Nov 26 16:45:09 GMT 2025


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?

Cheers,
Wilco




More information about the Libc-alpha mailing list