[PATCH v2 5/8] math: Use tanh from CORE-MATH
Adhemerval Zanella Netto
adhemerval.zanella@linaro.org
Thu Mar 12 13:55:41 GMT 2026
On 11/03/26 19:03, DJ Delorie wrote:
>
> Adhemerval Zanella <adhemerval.zanella@linaro.org> writes:
>> + static const double t0[][2]
>> + = { { 0x0p+0, 0x1p+0 },
>> + { -0x1.19083535b085ep-56, 0x1.02c9a3e778061p+0 },
>> . . .
>> + { 0x1.74853f3a5931ep-55, 0x1.fa7c1819e90d8p+0 } };
>> + static const double t1[][2] = {
>> + { 0x0p+0, 0x1p+0 },
>> + { 0x1.ae8e38c59c72ap-54, 0x1.000b175effdc7p+0 },
>
> Mismatched style again.
Yes, I will fix and all other array definitions.
>
>> + if (__glibc_unlikely (aix >= 0x40330fc1931f09caull))
>
> UINT64_C ?
>
Ack, and I double checked and fixed all other occurrences as well.
More information about the Libc-alpha
mailing list