aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/riscv
AgeCommit message (Expand)AuthorFilesLines
11 daysmath: Use tanpif from CORE-MATHAdhemerval Zanella2-5/+0
11 daysmath: Use sinpif from CORE-MATHAdhemerval Zanella2-5/+0
11 daysmath: Use cospif from CORE-MATHAdhemerval Zanella2-5/+0
11 daysmath: Use atanpif from CORE-MATHAdhemerval Zanella2-5/+0
11 daysmath: Use atan2pif from CORE-MATHAdhemerval Zanella2-5/+0
11 daysmath: Use asinpif from CORE-MATHAdhemerval Zanella2-5/+0
11 daysmath: Use acospif from CORE-MATHAdhemerval Zanella2-5/+0
2025-01-10Add missing include guards to <dl-tls.h>Florian Weimer1-0/+4
2025-01-09Move <thread_pointer.h> to kernel-independent sysdeps directoriesFlorian Weimer1-0/+0
2025-01-08riscv: Update nofpu libm test ulpsDarius Rad1-4/+40
2025-01-02RISC-V: Regenerate ULPsAurelien Jarno1-1/+158
2025-01-02elf: Remove the remaining uses of GET_ADDR_OFFSETFlorian Weimer2-2/+1
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert92-92/+92
2024-12-18math: Use tanhf from CORE-MATHAdhemerval Zanella2-8/+0
2024-12-18math: Use sinhf from CORE-MATHAdhemerval Zanella2-8/+0
2024-12-18math: Use coshf from CORE-MATHAdhemerval Zanella2-8/+0
2024-12-18math: Use atanhf from CORE-MATHAdhemerval Zanella2-8/+0
2024-12-18math: Use atan2f from CORE-MATHAdhemerval Zanella2-16/+0
2024-12-18math: Use atanf from CORE-MATHAdhemerval Zanella2-8/+0
2024-12-18math: Use asinhf from CORE-MATHAdhemerval Zanella2-8/+0
2024-12-18math: Use asinf from CORE-MATHAdhemerval Zanella2-8/+0
2024-12-18math: Use acoshf from CORE-MATHAdhemerval Zanella2-8/+0
2024-12-18math: Use acosf from CORE-MATHAdhemerval Zanella2-8/+0
2024-12-09nptl: Add <thread_pointer.h> for RISC-VMichael Jeanson1-0/+40
2024-12-02elf: Consolidate stackinfo.hAdhemerval Zanella1-33/+0
2024-11-25RISC-V: Use builtin for fma and fmafJulian Zhu3-68/+4
2024-11-25RISC-V: Use builtin for copysign and copysignfJulian Zhu2-58/+0
2024-11-22math: Use tanf from CORE-MATHAdhemerval Zanella2-8/+0
2024-11-22math: Use lgammaf from CORE-MATHAdhemerval Zanella2-8/+0
2024-11-22math: Use erfcf from CORE-MATHAdhemerval Zanella2-8/+0
2024-11-22math: Use erff from CORE-MATHAdhemerval Zanella2-8/+0
2024-11-22math: Use cbrtf from CORE-MATHAdhemerval Zanella2-8/+0
2024-11-01math: Use log10p1f from CORE-MATHAdhemerval Zanella2-5/+0
2024-11-01math: Use log1pf from CORE-MATHAdhemerval Zanella2-16/+0
2024-11-01math: Use log2p1f from CORE-MATHAdhemerval Zanella2-5/+0
2024-11-01math: Use expm1f from CORE-MATHAdhemerval Zanella2-8/+0
2024-11-01math: Use exp2m1f from CORE-MATHAdhemerval Zanella2-5/+0
2024-11-01math: Use exp10m1f from CORE-MATHAdhemerval Zanella2-5/+0
2024-10-11replace tgammaf by the CORE-MATH implementationPaul Zimmermann2-8/+0
2024-10-02riscv: align .preinit_array (bug 32228)Andreas Schwab1-0/+1
2024-08-08RISC-V: Regenerate ULPsJulian Zhu1-32/+32
2024-07-25riscv: Update ulpsKhem Raj1-4/+4
2024-07-03riscv: Update nofpu libm test ulpsDarius Rad1-0/+20
2024-06-20RISC-V: Update ulpsJulian Zhu1-0/+80
2024-06-17Convert to autoconf 2.72 (vanilla release, no distribution patches)Andreas K. Hüttel1-6/+9
2024-06-17Implement C23 logp1Joseph Myers2-0/+40
2024-04-19login: Check default sizes of structs utmp, utmpx, lastlogFlorian Weimer1-0/+2
2024-03-25RISC-V: Fix the static-PIE non-relocated object checkPalmer Dabbelt1-1/+1
2024-03-18riscv: Update nofpu libm test ulpsDarius Rad1-0/+1
2024-03-12riscv: Fix alignment-ignorant memcpy implementationAdhemerval Zanella4-206/+169