RISC-V: Generic <math.h> and soft-fp Routines
commit67236aeb6e27bb6c975727f119e4b4f89e416706
authorPalmer Dabbelt <palmer@dabbelt.com>
Mon, 29 Jan 2018 18:26:35 +0000 (29 10:26 -0800)
committerPalmer Dabbelt <palmer@dabbelt.com>
Mon, 29 Jan 2018 18:26:35 +0000 (29 10:26 -0800)
tree6357a81afc3d8046ce67fc57b0bbe53b626198be
parent337126607ffdaf15cbc9ccf3a96e52d71333f191
RISC-V: Generic <math.h> and soft-fp Routines

This patch contains the miscellaneous math routines and headers we have
implemented for RISC-V.  This includes things from <math.h> that aren't
completely ISA-generic, floating-point bit manipulation, and soft-fp
hooks.

2018-01-29  Palmer Dabbelt  <palmer@sifive.com>

        * sysdeps/riscv/bits/fenv.h: New file.
        * sysdeps/riscv/e_sqrtl.c: Likewise.
        * sysdeps/riscv/fpu_control.h: Likewise.
        * sysdeps/riscv/math-tests.h: Likewise.
        * sysdeps/riscv/nofpu/Implies: Likewise.
        * sysdeps/riscv/sfp-machine.h: Likewise.
        * sysdeps/riscv/tininess.h: Likewise.
ChangeLog
sysdeps/riscv/bits/fenv.h [new file with mode: 0644]
sysdeps/riscv/e_sqrtl.c [new file with mode: 0644]
sysdeps/riscv/fpu_control.h [new file with mode: 0644]
sysdeps/riscv/math-tests.h [new file with mode: 0644]
sysdeps/riscv/nofpu/Implies [new file with mode: 0644]
sysdeps/riscv/sfp-machine.h [new file with mode: 0644]
sysdeps/riscv/tininess.h [new file with mode: 0644]