This is the mail archive of the glibc-cvs@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]

GNU C Library master sources branch master updated. glibc-2.28.9000-87-g3bded56


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  3bded567a7f58cc8e372cfe7eb3bd32b116223fa (commit)
      from  900fb446eb8172c54cdaed85107bc783ee50673a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=3bded567a7f58cc8e372cfe7eb3bd32b116223fa

commit 3bded567a7f58cc8e372cfe7eb3bd32b116223fa
Author: Wilco Dijkstra <wdijkstr@arm.com>
Date:   Thu Aug 23 12:55:28 2018 +0100

    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.

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>
diff --git a/NEWS b/NEWS
index d38b6c4..639fb56 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:
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 NEWS      |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


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