aboutsummaryrefslogtreecommitdiff
path: root/lib/msun/riscv
Commit message (Expand)AuthorAgeFilesLines
* fix build after _types.h changesBrooks Davis2025-06-121-0/+1
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* riscv: remove more riscv64sf supportBrooks Davis2024-03-213-37/+2
* msun/riscv: expose fe{disable,enable}exceptBrooks Davis2024-03-212-10/+7
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* RISC-V: Fix feenableexcept return valueAlex Richardson2021-03-251-1/+1
* Silence unused parameter warnings in the RISC-V fenv.hAlex Richardson2021-03-221-3/+3
* Replace SOFTFLOAT with __riscv_float_abi_*.Brooks Davis2018-04-193-10/+14
* libm: remove duplicate version script entriesEd Maste2016-11-291-5/+0
* Add full softfloat and hardfloat support for RISC-V.Ruslan Bukin2016-11-164-55/+116
* o Add support for long double.Ruslan Bukin2016-11-031-4/+1
* Add fenv.c for RISC-V. Copied from MIPS.Ruslan Bukin2016-01-261-0/+52
* Start support for the RISC-V 64-bit architecture developed by UC Berkeley.Ruslan Bukin2015-12-112-0/+234