about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2018-01-29 10:26:35 -0800
committerPalmer Dabbelt <palmer@dabbelt.com>2018-01-29 10:26:35 -0800
commit67236aeb6e27bb6c975727f119e4b4f89e416706 (patch)
tree6357a81afc3d8046ce67fc57b0bbe53b626198be /ChangeLog
parent337126607ffdaf15cbc9ccf3a96e52d71333f191 (diff)
downloadglibc-67236aeb6e27bb6c975727f119e4b4f89e416706.tar.gz
glibc-67236aeb6e27bb6c975727f119e4b4f89e416706.tar.xz
glibc-67236aeb6e27bb6c975727f119e4b4f89e416706.zip
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ebb348bfd..841440c3d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -27,6 +27,13 @@
 	* sysdeps/riscv/nptl/tcb-offsets.sym: Likewise.
 	* sysdeps/riscv/nptl/tls.h: Likewise.
 	* sysdeps/riscv/stackinfo.h: Likewise.
+	* 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.
 
 2018-01-29  Florian Weimer  <fweimer@redhat.com>