aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/riscv/sys
AgeCommit message (Expand)AuthorFilesLines
2025-04-02newlib: riscv: Fix build and reorganize header filesEric Salem2-128/+0
2025-03-24newlib: riscv: Add stpcpy() portEric Salem1-0/+65
2025-03-24newlib: riscv: Optimize strlen()Eric Salem1-1/+35
2025-03-24newlib: riscv: Add XLEN typedef and clean up typesEric Salem2-3/+9
2023-10-12riscv: Fix fenv.h supportSebastian Huber1-1/+1
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib1-1/+1
2023-01-27RISC-V: Fix floating-point environment support for soft floatMaciej W. Rozycki1-0/+9
2019-10-09riscv/sys/fenv.h: Add missing extern for fe_dfl_env_pJoel Sherrill1-0/+2
2019-08-02RISC-V: Fix header guard for sys/fenv.hKito Cheng1-3/+3
2017-08-21Change license to FreeBSD License for RISC-VKito Cheng3-3/+3
2017-08-16Add RISC-V port for newlibKito Cheng3-0/+150