mirror of https://git.musl-libc.org/git/musl
Browse Source
whether fenv is supported depends on the ABI, not whether the target cpu ISA level has floating point support.master
4 changed files with 4 additions and 4 deletions
@ -1,3 +1,3 @@ |
|||
#ifndef __riscv_flen |
|||
#ifdef __riscv_float_abi_soft |
|||
#include "../fenv.c" |
|||
#endif |
|||
|
|||
@ -1,3 +1,3 @@ |
|||
#ifndef __riscv_flen |
|||
#ifdef __riscv_float_abi_soft |
|||
#include "../fenv.c" |
|||
#endif |
|||
|
|||
Loading…
Reference in new issue