Age | Commit message (Expand) | Author | Files | Lines |
13 days | x86_64: Add atanh with FMA | Sunil K Pandey | 3 | -0/+42 |
13 days | x86_64: Add sinh with FMA | Sunil K Pandey | 3 | -0/+49 |
13 days | x86_64: Add tanh with FMA | Sunil K Pandey | 3 | -0/+44 |
14 days | math: Refactor how to use libm-test-ulps | Adhemerval Zanella | 2 | -2430/+0 |
2025-03-07 | 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-12 | x86-64: Cast __rseq_offset to long long int [BZ #32543] | H.J. Lu | 1 | -6/+6 |
2025-01-10 | nptl: Introduce <rseq-access.h> for RSEQ_* accessors | Michael Jeanson | 1 | -0/+77 |
2025-01-09 | elf: Always define TLS_TP_OFFSET | Florian Weimer | 1 | -0/+3 |
2025-01-09 | math: Fix acosf when building with gcc <= 11 | Adhemerval Zanella | 1 | -2/+0 |
2025-01-07 | Revert "x86_64: Remove unused padding from tcbhead_t" | Florian Weimer | 1 | -0/+12 |
2025-01-02 | new inputs with large errors for [a]cospi, [a]sinpi, [a]tanpi, atan2pi | Paul Zimmermann | 1 | -33/+33 |
2025-01-02 | elf: Introduce generic <dl-tls.h> | Florian Weimer | 1 | -0/+4 |
2025-01-01 | Update copyright in generated files by running "make" | Paul Eggert | 2 | -5/+7 |
2025-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 1234 | -1234/+1234 |
2024-12-27 | elf: Remove the GET_ADDR_ARGS and related macros from the TLS code | Florian Weimer | 1 | -4/+4 |
2024-12-23 | include/sys/cdefs.h: Add __attribute_optimization_barrier__ | Adhemerval Zanella | 1 | -1/+1 |
2024-12-22 | elf: Compile test modules with -fsemantic-interposition | H.J. Lu | 1 | -0/+3 |
2024-12-22 | x86-64: Disable libmvec ABI test for Clang | H.J. Lu | 1 | -0/+4 |
2024-12-22 | Check if -mamx-tile works for testing | H.J. Lu | 2 | -63/+32 |
2024-12-21 | cet: Drop '#pragma GCC target' in tst-cet-legacy-10a[-static].c | Adhemerval Zanella | 2 | -2/+0 |
2024-12-21 | Fix elf: Introduce is_rtld_link_map [BZ #32488] | H.J. Lu | 1 | -2/+2 |
2024-12-20 | x86_64: Regenerate ulps | Florian Weimer | 1 | -0/+2 |
2024-12-19 | x86_64: Remove unused padding from tcbhead_t | Florian Weimer | 1 | -12/+0 |
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-18 | cet: Pass -mshstk to compiler for tst-cet-legacy-10a[-static].c | H.J. Lu | 1 | -2/+2 |
2024-12-12 | Implement C23 atan2pi | Joseph Myers | 1 | -0/+24 |
2024-12-11 | Implement C23 atanpi | Joseph Myers | 1 | -0/+24 |
2024-12-11 | Add TEST_CC and TEST_CXX support | H.J. Lu | 2 | -55/+185 |
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 |