Age | Commit message (Expand) | Author | Files | Lines |
2024-12-12 | Implement C23 atan2pi | Joseph Myers | 3 | -0/+11 |
2024-12-11 | Implement C23 atanpi | Joseph Myers | 3 | -0/+11 |
2024-12-10 | Implement C23 asinpi | Joseph Myers | 3 | -0/+11 |
2024-12-09 | Implement C23 acospi | Joseph Myers | 3 | -0/+11 |
2024-12-05 | Implement C23 tanpi | Joseph Myers | 3 | -0/+11 |
2024-12-04 | Implement C23 sinpi | Joseph Myers | 3 | -0/+11 |
2024-12-04 | Implement C23 cospi | Joseph Myers | 3 | -0/+13 |
2024-11-26 | math: Add internal roundeven_finite | Adhemerval Zanella | 4 | -3/+30 |
2024-11-25 | math: Fix branch hint for 68d7128942 | Adhemerval Zanella | 1 | -1/+1 |
2024-11-25 | math: Fix non-portability in the computation of signgam in lgammaf | Vincent Lefevre | 1 | -5/+4 |
2024-11-22 | math: Use tanf from CORE-MATH | Adhemerval Zanella | 2 | -161/+165 |
2024-11-22 | math: Use lgammaf from CORE-MATH | Adhemerval Zanella | 2 | -510/+349 |
2024-11-22 | math: Use erfcf from CORE-MATH | Adhemerval Zanella | 1 | -160/+174 |
2024-11-22 | math: Use erff from CORE-MATH | Adhemerval Zanella | 1 | -145/+247 |
2024-11-22 | math: Split s_erfF in erff and erfc | Adhemerval Zanella | 7 | -78/+178 |
2024-11-22 | math: Use cbrtf from CORE-MATH | Adhemerval Zanella | 1 | -49/+87 |
2024-11-07 | math: Fix log10f on some ABIs | Adhemerval Zanella | 1 | -3/+2 |
2024-11-06 | math: Fix incorrect results of exp10m1f with some GCC versions | Florian Weimer | 2 | -2/+2 |
2024-11-01 | x86_64: Add exp2m1f with FMA | Adhemerval Zanella | 1 | -0/+2 |
2024-11-01 | x86_64: Add exp10m1f with FMA | Adhemerval Zanella | 1 | -0/+2 |
2024-11-01 | math: Use log10p1f from CORE-MATH | Adhemerval Zanella | 1 | -0/+182 |
2024-11-01 | math: Use log1pf from CORE-MATH | Adhemerval Zanella | 2 | -103/+169 |
2024-11-01 | math: Use log2p1f from CORE-MATH | Adhemerval Zanella | 1 | -0/+248 |
2024-11-01 | math: Use log10f from CORE-MATH | Adhemerval Zanella | 1 | -44/+152 |
2024-11-01 | math: Use expm1f from CORE-MATH | Adhemerval Zanella | 2 | -121/+113 |
2024-11-01 | math: Use exp2m1f from CORE-MATH | Adhemerval Zanella | 1 | -0/+192 |
2024-11-01 | math: Use exp10m1f from CORE-MATH | Adhemerval Zanella | 1 | -0/+225 |
2024-11-01 | math: Add e_gammaf_r to glibc code and style | Adhemerval Zanella | 1 | -77/+103 |
2024-10-11 | replace tgammaf by the CORE-MATH implementation | Paul Zimmermann | 2 | -237/+129 |
2024-10-01 | math: Improve layout of expf data | Wilco Dijkstra | 1 | -1/+1 |
2024-06-17 | Convert to autoconf 2.72 (vanilla release, no distribution patches) | Andreas K. Hüttel | 1 | -5/+7 |
2024-06-17 | Implement C23 exp2m1, exp10m1 | Joseph Myers | 4 | -0/+22 |
2024-06-17 | Implement C23 log10p1 | Joseph Myers | 3 | -0/+11 |
2024-06-17 | Implement C23 logp1 | Joseph Myers | 7 | -4/+7 |
2024-06-04 | math: Fix exp10 undefined left shift | Szabolcs Nagy | 1 | -3/+3 |
2024-05-24 | sysdeps/ieee754/ldbl-opt/Makefile: Split and sort libnldbl-calls | H.J. Lu | 1 | -42/+233 |
2024-05-24 | sysdeps/ieee754/ldbl-opt/Makefile: Remove test-nldbl-redirect-static | H.J. Lu | 1 | -1/+0 |
2024-05-24 | sysdeps/ieee754/ldbl-opt/Makefile: Split and sort tests | H.J. Lu | 1 | -10/+18 |
2024-05-23 | math: Provide missing math symbols on libc.a (BZ 31781) | Adhemerval Zanella | 3 | -6/+6 |
2024-05-22 | Don't provide XXXf128_do_not_use aliases [BZ #31757] | H.J. Lu | 4 | -0/+10 |
2024-05-21 | math: Fix isnanf128 static build (BZ 31774) | Adhemerval Zanella | 1 | -0/+4 |
2024-05-21 | math: Fix i386 and m68k fmod/fmodf on static build (BZ 31488) | Adhemerval Zanella | 1 | -2/+2 |
2024-05-20 | Implement C23 log2p1 | Joseph Myers | 3 | -1/+14 |
2024-05-20 | nearbyint: Don't define alias when used in IFUNC [BZ #31759] | H.J. Lu | 2 | -0/+4 |
2024-02-01 | Rename c2x / gnu2x tests to c23 / gnu23 | Joseph Myers | 14 | -24/+24 |
2024-02-01 | Refer to C23 in place of C2X in glibc | Joseph Myers | 2 | -8/+12 |
2024-01-12 | math: remove exp10 wrappers | Wilco Dijkstra | 2 | -3/+11 |
2024-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 506 | -506/+506 |
2023-12-04 | math: Add new exp10 implementation | Joe Ramsay | 3 | -24/+135 |
2023-10-16 | Avoid maybe-uninitialized warning in __kernel_rem_pio2 | Andreas Schwab | 1 | -9/+5 |