aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)AuthorFilesLines
13 daysx86_64: Add atanh with FMASunil K Pandey3-0/+42
13 daysx86_64: Add sinh with FMASunil K Pandey3-0/+49
13 daysx86_64: Add tanh with FMASunil K Pandey3-0/+44
14 daysmath: Refactor how to use libm-test-ulpsAdhemerval Zanella2-2430/+0
2025-03-07Implement C23 rsqrtJoseph Myers1-0/+24
2025-02-12math: Use tanpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use sinpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use cospif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use atanpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use atan2pif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use asinpif from CORE-MATHAdhemerval Zanella1-4/+0
2025-02-12math: Use acospif from CORE-MATHAdhemerval Zanella1-4/+0
2025-01-12x86-64: Cast __rseq_offset to long long int [BZ #32543]H.J. Lu1-6/+6
2025-01-10nptl: Introduce <rseq-access.h> for RSEQ_* accessorsMichael Jeanson1-0/+77
2025-01-09elf: Always define TLS_TP_OFFSETFlorian Weimer1-0/+3
2025-01-09math: Fix acosf when building with gcc <= 11Adhemerval Zanella1-2/+0
2025-01-07Revert "x86_64: Remove unused padding from tcbhead_t"Florian Weimer1-0/+12
2025-01-02new inputs with large errors for [a]cospi, [a]sinpi, [a]tanpi, atan2piPaul Zimmermann1-33/+33
2025-01-02elf: Introduce generic <dl-tls.h>Florian Weimer1-0/+4
2025-01-01Update copyright in generated files by running "make"Paul Eggert2-5/+7
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1234-1234/+1234
2024-12-27elf: Remove the GET_ADDR_ARGS and related macros from the TLS codeFlorian Weimer1-4/+4
2024-12-23include/sys/cdefs.h: Add __attribute_optimization_barrier__Adhemerval Zanella1-1/+1
2024-12-22elf: Compile test modules with -fsemantic-interpositionH.J. Lu1-0/+3
2024-12-22x86-64: Disable libmvec ABI test for ClangH.J. Lu1-0/+4
2024-12-22Check if -mamx-tile works for testingH.J. Lu2-63/+32
2024-12-21cet: Drop '#pragma GCC target' in tst-cet-legacy-10a[-static].cAdhemerval Zanella2-2/+0
2024-12-21Fix elf: Introduce is_rtld_link_map [BZ #32488]H.J. Lu1-2/+2
2024-12-20x86_64: Regenerate ulpsFlorian Weimer1-0/+2
2024-12-19x86_64: Remove unused padding from tcbhead_tFlorian Weimer1-12/+0
2024-12-18math: Use tanhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use sinhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use coshf from CORE-MATHAdhemerval Zanella1-5/+1
2024-12-18math: Use atanhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use atan2f from CORE-MATHAdhemerval Zanella1-8/+0
2024-12-18math: Use atanf from CORE-MATHAdhemerval Zanella1-7/+3
2024-12-18math: Use asinhf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use asinf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use acoshf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18math: Use acosf from CORE-MATHAdhemerval Zanella1-4/+0
2024-12-18Silence Clang #include_next errorH.J. Lu6-6/+6
2024-12-18cet: Pass -mshstk to compiler for tst-cet-legacy-10a[-static].cH.J. Lu1-2/+2
2024-12-12Implement C23 atan2piJoseph Myers1-0/+24
2024-12-11Implement C23 atanpiJoseph Myers1-0/+24
2024-12-11Add TEST_CC and TEST_CXX supportH.J. Lu2-55/+185
2024-12-10Implement C23 asinpiJoseph Myers1-0/+24
2024-12-09Implement C23 acospiJoseph Myers1-0/+24
2024-12-05Implement C23 tanpiJoseph Myers1-0/+24
2024-12-05x86-64: Update libm-test-ulpsH.J. Lu1-5/+5
2024-12-04Implement C23 sinpiJoseph Myers1-0/+24