aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/riscv/rvf
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert34-34/+34
2023-12-19riscv: Fix feenvupdate with FE_DFL_ENV (BZ 31022)Adhemerval Zanella1-5/+3
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers34-34/+34
2022-09-21riscv: Remove RV32 floating point functionsAlistair Francis2-0/+78
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert32-32/+32
2021-09-15Redirect fma calls to __fma in libmJoseph Myers1-0/+1
2021-06-27Update math: redirect roundeven functionH.J. Lu1-0/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert32-32/+32
2020-06-22riscv: Use sqrt{f} builtinAdhemerval Zanella1-28/+0
2020-01-03Add libm_alias_finite for _finite symbolsWilco Dijkstra1-1/+2
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert33-33/+33
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers33-33/+33
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers21-21/+1
2018-09-27Use copysign functions not __copysign functions in glibc libm.Joseph Myers1-0/+1
2018-09-27Use round functions not __round functions in glibc libm.Joseph Myers1-0/+1
2018-09-20Use trunc functions not __trunc functions in glibc libm.Joseph Myers1-0/+1
2018-09-17Use ceil functions not __ceil functions in glibc libm.Joseph Myers1-0/+1
2018-09-14Use rint functions not __rint functions in glibc libm.Joseph Myers1-0/+1
2018-09-14Use floor functions not __floor functions in glibc libm.Joseph Myers1-0/+1
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers20-0/+20
2018-08-28Split fenv_private.h out of math_private.h more consistently.Joseph Myers1-3/+3
2018-08-03RISC-V: Fix rounding save/restore bug.DJ Delorie1-1/+1
2018-02-22RISC-V: fmax/fmin: Handle signalling NaNs correctly.Andrew Waterman2-4/+18
2018-01-29RISC-V: Hard Float SupportPalmer Dabbelt33-0/+1265