about summary refs log tree commit diff
path: root/sysdeps/riscv/rvf
Commit message (Expand)AuthorAgeFilesLines
* 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