about summary refs log tree commit diff
path: root/sysdeps/riscv/rvf
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0134-34/+34
* riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)Adhemerval Zanella2023-12-191-5/+3
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0634-34/+34
* riscv: Remove RV32 floating point functionsAlistair Francis2022-09-212-0/+78
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0132-32/+32
* Redirect fma calls to __fma in libmJoseph Myers2021-09-151-0/+1
* Update math: redirect roundeven functionH.J. Lu2021-06-271-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0232-32/+32
* riscv: Use sqrt{f} builtinAdhemerval Zanella2020-06-221-28/+0
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-031-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0133-33/+33
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-0733-33/+33
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-0133-33/+33
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-2821-21/+1
* Use copysign functions not __copysign functions in glibc libm.Joseph Myers2018-09-271-0/+1
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-271-0/+1
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-201-0/+1
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-171-0/+1
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-141-0/+1
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-141-0/+1
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-0320-0/+20
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-281-3/+3
* RISC-V: Fix rounding save/restore bug.DJ Delorie2018-08-031-1/+1
* RISC-V: fmax/fmin: Handle signalling NaNs correctly.Andrew Waterman2018-02-222-4/+18
* RISC-V: Hard Float SupportPalmer Dabbelt2018-01-2933-0/+1265