diff options
author | Wilco Dijkstra <wdijkstr@arm.com> | 2018-08-23 12:55:28 +0100 |
---|---|---|
committer | Wilco Dijkstra <wdijkstr@arm.com> | 2018-08-23 12:55:28 +0100 |
commit | 3bded567a7f58cc8e372cfe7eb3bd32b116223fa (patch) | |
tree | 188ad395f897fed9dddfe2ecaeb28d65ebcee230 /ChangeLog | |
parent | 900fb446eb8172c54cdaed85107bc783ee50673a (diff) | |
download | termbaud-3bded567a7f58cc8e372cfe7eb3bd32b116223fa.tar.gz termbaud-3bded567a7f58cc8e372cfe7eb3bd32b116223fa.tar.xz termbaud-3bded567a7f58cc8e372cfe7eb3bd32b116223fa.zip |
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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2c902f2b989..10dc77619f7 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> |