about summary refs log tree commit diff
path: root/sysdeps/riscv/rvd
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0112-12/+12
* riscv: Update rvd libm test ulpsAurelien Jarno2023-07-221-0/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0612-12/+12
* stdlib/strfrom: Add copysign to fix NAN issue on riscv (BZ #29501)Letu Ren2022-10-281-0/+37
* riscv: Remove RV32 floating point functionsAlistair Francis2022-09-212-0/+76
* riscv: Consolidate the libm-test-ulpsAlistair Francis2022-09-212-0/+1412
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-019-9/+9
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+6
* Redirect fma calls to __fma in libmJoseph Myers2021-09-151-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-029-9/+9
* riscv: Use sqrt{f} builtinAdhemerval Zanella2020-06-222-28/+4
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0110-10/+10
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0710-10/+10
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0110-10/+10
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-287-7/+0
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-0/+1
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-037-0/+7
* RISC-V: fmax/fmin: Handle signalling NaNs correctly.Andrew Waterman2018-02-222-4/+18
* RISC-V: Hard Float SupportPalmer Dabbelt2018-01-2910-0/+289