aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilco Dijkstra <wdijkstr@arm.com>2018-08-23 12:55:28 +0100
committerWilco Dijkstra <wdijkstr@arm.com>2018-08-23 12:55:28 +0100
commit3bded567a7f58cc8e372cfe7eb3bd32b116223fa (patch)
tree188ad395f897fed9dddfe2ecaeb28d65ebcee230 /ChangeLog
parent900fb446eb8172c54cdaed85107bc783ee50673a (diff)
downloadglibc-3bded567a7f58cc8e372cfe7eb3bd32b116223fa.zip
glibc-3bded567a7f58cc8e372cfe7eb3bd32b116223fa.tar.gz
glibc-3bded567a7f58cc8e372cfe7eb3bd32b116223fa.tar.bz2
Update NEWS for sinf improvements
The NEWS entry for sinf improvements is listed for 2.28, while it was committed in 2.29, so move it there and mention tanf. Committed as obvious. * NEWS: Move optimized sinf entry to 2.29.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2c902f2..10dc776 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2018-08-23 Wilco Dijkstra <wdijkstr@arm.com>
+ * NEWS: Move optimized sinf entry to 2.29.
+
+2018-08-23 Wilco Dijkstra <wdijkstr@arm.com>
+
* sysdeps/ieee754/flt-32/s_tanf.c (__tanf): Use fast range reduction.
2018-08-22 DJ Delorie <dj@redhat.com>