This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Committed] Update NEWS for sinf improvements


Marko pointed out the 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 too.

Committed as obvious.

ChangeLog:
2018-08-23  Wilco Dijkstra  <wdijkstr@arm.com>

	* NEWS: Move optimized sinf entry to 2.29.
--

diff --git a/NEWS b/NEWS
index d38b6c4c238ae654711ae563b7c7a56180012056..639fb56c9f080cda5f185310fc083367e678fdb4 100644
--- a/NEWS
+++ b/NEWS
@@ -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:



    

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]