about summary refs log tree commit diff
path: root/sysdeps/riscv/rvf/s_lroundf.c
Commit message (Collapse)AuthorAgeFilesLines
* riscv: Remove RV32 floating point functionsAlistair Francis2022-09-211-0/+39
We don't need RV32 specific floating point functions, instead make them generic for RISC-V. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>