[PATCH v2 5/8] math: Use tanh from CORE-MATH

DJ Delorie dj@redhat.com
Wed Mar 11 22:03:01 GMT 2026


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.

> +  if (__glibc_unlikely (aix >= 0x40330fc1931f09caull))

UINT64_C ?



More information about the Libc-alpha mailing list