[PATCH v5 5/7] math: Remove the SVID error handling from sinhf

Wilco Dijkstra Wilco.Dijkstra@arm.com
Fri Oct 31 22:28:14 GMT 2025


Hi Adhemerval,

>>            if (ux << 8)
>>              return x + x;                            /* nan */
>>            return copysignf (INFINITY, x); /* +-inf */
>>
>> ??? That's just return x;
>
> Indeed, I will fix it.

Actually we can combine all 3 lines into:

return x + x;

Cheers,
Wilco


More information about the Libc-alpha mailing list