riscv: Remove RV32 floating point functions
commit2e81493fa6f45e2df14a735b95717e867f716ebb
authorAlistair Francis <alistair.francis@wdc.com>
Tue, 20 Sep 2022 19:21:13 +0000 (20 15:21 -0400)
committerDJ Delorie <dj@redhat.com>
Wed, 21 Sep 2022 18:37:43 +0000 (21 14:37 -0400)
treeef9dda4ff71027e00c22e35a280a98c97ad89b76
parent73e9fe43acb15722ebe06de741dbdb8cdb768ad1
riscv: Remove RV32 floating point functions

We don't need RV32 specific floating point functions, instead make them
generic for RISC-V.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
sysdeps/riscv/rv32/rvd/s_lrint.c [deleted file]
sysdeps/riscv/rv32/rvd/s_lround.c [deleted file]
sysdeps/riscv/rv32/rvf/s_lrintf.c [deleted file]
sysdeps/riscv/rv32/rvf/s_lroundf.c [deleted file]
sysdeps/riscv/rvd/s_lrint.c [moved from sysdeps/riscv/rv64/rvd/s_lrint.c with 83% similarity]
sysdeps/riscv/rvd/s_lround.c [moved from sysdeps/riscv/rv64/rvd/s_lround.c with 83% similarity]
sysdeps/riscv/rvf/s_lrintf.c [moved from sysdeps/riscv/rv64/rvf/s_lrintf.c with 83% similarity]
sysdeps/riscv/rvf/s_lroundf.c [moved from sysdeps/riscv/rv64/rvf/s_lroundf.c with 83% similarity]