summaryrefslogtreecommitdiff
path: root/src/fenv/riscv32
AgeCommit message (Collapse)AuthorLines
2026-03-21fix condition for riscv{32,64} non-stup fenvRich Felker-2/+2
whether fenv is supported depends on the ABI, not whether the target cpu ISA level has floating point support.
2024-02-29riscv32: add fenv and mathStefan O'Rear-0/+59
These are identical to riscv64.