diff options
author | Palmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu> | 2015-08-10 15:11:06 -0700 |
---|---|---|
committer | Palmer Dabbelt <palmer.dabbelt@eecs.berkeley.edu> | 2015-08-10 15:16:19 -0700 |
commit | 91e5c419738b64f66f303bd5e47864562e5a2fd8 (patch) | |
tree | b70ef02dd0b6d7e856fa8c2eeb6cef21c8a60f88 /glibc | |
parent | e16d8fc5de759d01e16b9bf0c9f1adbfec3793b3 (diff) | |
download | riscv-gnu-toolchain-91e5c419738b64f66f303bd5e47864562e5a2fd8.zip riscv-gnu-toolchain-91e5c419738b64f66f303bd5e47864562e5a2fd8.tar.gz riscv-gnu-toolchain-91e5c419738b64f66f303bd5e47864562e5a2fd8.tar.bz2 |
RISC-V's mathinline.h doesn't need FPU support
This removes a difference between RISC-V's hardfloat and softfloat
implementations. Since there's no actual code here (just a shim to
GCC's builtins), I don't think there's any reason to have this be
hardfloat specific.
I moved this because it's not in Tilera's FPU directory, and that's
where this file came from.
Diffstat (limited to 'glibc')
-rw-r--r-- | glibc/sysdeps/riscv/bits/mathinline.h (renamed from glibc/sysdeps/riscv/fpu/bits/mathinline.h) | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/glibc/sysdeps/riscv/fpu/bits/mathinline.h b/glibc/sysdeps/riscv/bits/mathinline.h index 4b7a1f9..4b7a1f9 100644 --- a/glibc/sysdeps/riscv/fpu/bits/mathinline.h +++ b/glibc/sysdeps/riscv/bits/mathinline.h |