Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
17 hours | Implement C23 rsqrt | Joseph Myers | 1 | -0/+24 |
2025-02-12 | math: Use tanpif from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2025-02-12 | math: Use sinpif from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2025-02-12 | math: Use cospif from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2025-02-12 | math: Use atanpif from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2025-02-12 | math: Use atan2pif from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2025-02-12 | math: Use asinpif from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2025-02-12 | math: Use acospif from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2025-01-09 | math: Fix acosf when building with gcc <= 11 | Adhemerval Zanella | 1 | -2/+0 |
2025-01-02 | new inputs with large errors for [a]cospi, [a]sinpi, [a]tanpi, atan2pi | Paul Zimmermann | 1 | -33/+33 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 845 | -845/+845 |
2024-12-22 | x86-64: Disable libmvec ABI test for Clang | H.J. Lu | 1 | -0/+4 |
2024-12-20 | x86_64: Regenerate ulps | Florian Weimer | 1 | -0/+2 |
2024-12-18 | math: Use tanhf from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-12-18 | math: Use sinhf from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-12-18 | math: Use coshf from CORE-MATH | Adhemerval Zanella | 1 | -5/+1 |
2024-12-18 | math: Use atanhf from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-12-18 | math: Use atan2f from CORE-MATH | Adhemerval Zanella | 1 | -8/+0 |
2024-12-18 | math: Use atanf from CORE-MATH | Adhemerval Zanella | 1 | -7/+3 |
2024-12-18 | math: Use asinhf from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-12-18 | math: Use asinf from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-12-18 | math: Use acoshf from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-12-18 | math: Use acosf from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-12-18 | Silence Clang #include_next error | H.J. Lu | 6 | -6/+6 |
2024-12-12 | Implement C23 atan2pi | Joseph Myers | 1 | -0/+24 |
2024-12-11 | Implement C23 atanpi | Joseph Myers | 1 | -0/+24 |
2024-12-10 | Implement C23 asinpi | Joseph Myers | 1 | -0/+24 |
2024-12-09 | Implement C23 acospi | Joseph Myers | 1 | -0/+24 |
2024-12-05 | Implement C23 tanpi | Joseph Myers | 1 | -0/+24 |
2024-12-05 | x86-64: Update libm-test-ulps | H.J. Lu | 1 | -5/+5 |
2024-12-04 | Implement C23 sinpi | Joseph Myers | 1 | -0/+24 |
2024-12-04 | Implement C23 cospi | Joseph Myers | 1 | -0/+24 |
2024-11-22 | math: Use tanf from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-11-22 | math: Use lgammaf from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-11-22 | math: Use erfcf from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-11-22 | math: Use erff from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-11-22 | math: Use cbrtf from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-11-01 | x86_64: Add exp2m1f with FMA | Adhemerval Zanella | 3 | -0/+39 |
2024-11-01 | x86_64: Add exp10m1f with FMA | Adhemerval Zanella | 3 | -0/+39 |
2024-11-01 | math: Use log10p1f from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-11-01 | math: Use log1pf from CORE-MATH | Adhemerval Zanella | 1 | -8/+0 |
2024-11-01 | math: Use log2p1f from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-11-01 | math: Use expm1f from CORE-MATH | Adhemerval Zanella | 1 | -4/+1 |
2024-11-01 | math: Use exp2m1f from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-11-01 | math: Use exp10m1f from CORE-MATH | Adhemerval Zanella | 1 | -4/+0 |
2024-10-11 | replace tgammaf by the CORE-MATH implementation | Paul Zimmermann | 1 | -4/+0 |
2024-10-07 | Fix whitespace related license issues. | Carlos O'Donell | 2 | -2/+2 |
2024-08-07 | added inputs giving large errors on x86_64 for new C23 functions | Paul Zimmermann | 1 | -43/+43 |
2024-07-22 | This patch adds larger ulp errors for the log2p1 function. | Paul Zimmermann | 1 | -5/+5 |
2024-06-17 | Implement C23 exp2m1, exp10m1 | Joseph Myers | 1 | -0/+48 |