riscv32: add fenv and math
commitb4f7b2ca350ccaa6f58ecec72ac46b7aef22d1c3
authorStefan O'Rear <sorear@fastmail.com>
Thu, 3 Sep 2020 09:45:44 +0000 (3 05:45 -0400)
committerRich Felker <dalias@aerifal.cx>
Thu, 29 Feb 2024 21:36:55 +0000 (29 16:36 -0500)
tree4568548c4c055336520eaeb49534bc570a177ee5
parent01d9fe4d9f7cce7a6dbaece0e2e405a2e3279244
riscv32: add fenv and math

These are identical to riscv64.
14 files changed:
src/fenv/riscv32/fenv-sf.c [new file with mode: 0644]
src/fenv/riscv32/fenv.S [new file with mode: 0644]
src/math/riscv32/copysign.c [new file with mode: 0644]
src/math/riscv32/copysignf.c [new file with mode: 0644]
src/math/riscv32/fabs.c [new file with mode: 0644]
src/math/riscv32/fabsf.c [new file with mode: 0644]
src/math/riscv32/fma.c [new file with mode: 0644]
src/math/riscv32/fmaf.c [new file with mode: 0644]
src/math/riscv32/fmax.c [new file with mode: 0644]
src/math/riscv32/fmaxf.c [new file with mode: 0644]
src/math/riscv32/fmin.c [new file with mode: 0644]
src/math/riscv32/fminf.c [new file with mode: 0644]
src/math/riscv32/sqrt.c [new file with mode: 0644]
src/math/riscv32/sqrtf.c [new file with mode: 0644]