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 /NEWS | |
parent | 900fb446eb8172c54cdaed85107bc783ee50673a (diff) | |
download | glibc-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 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,6 +16,8 @@ Major new features: to set the install root if you wish to install into a non-default configured location. +* Optimized generic sinf, cosf, sincosf and tanf. + Deprecated and removed features, and other changes affecting compatibility: * The glibc.tune tunable namespace has been renamed to glibc.cpu and the @@ -75,8 +77,6 @@ Major new features: transliteration tables are all updated to Unicode 11.0.0, using generator scripts contributed by Mike FABIAN (Red Hat). -* Optimized generic sinf, cosf and sincosf. - * <math.h> functions that round their results to a narrower type are added from TS 18661-1:2014 and TS 18661-3:2015: |