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.26.9000-935-g87235d7


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  87235d7006afcb681ff7422bae346da7dcd995d7 (commit)
      from  0d93b7fd7cc043e908a132aacd46ff46e0c308a5 (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=87235d7006afcb681ff7422bae346da7dcd995d7

commit 87235d7006afcb681ff7422bae346da7dcd995d7
Author: Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
Date:   Wed Dec 6 10:49:11 2017 +0530

    Update NEWS to add sinf optimization

diff --git a/ChangeLog b/ChangeLog
index e153ee3..ab41d9d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2017-12-06  Rajalakshmi Srinivasaraghavan  <raji@linux.vnet.ibm.com>
+
+	* NEWS: Add sinf to list of optimized functions.
+
 2017-12-06  Joseph Myers  <joseph@codesourcery.com>
 
 	* bits/floatn-common.h (__HAVE_FLOAT64): Define to 1.
diff --git a/NEWS b/NEWS
index cbecce5..dc5fe32 100644
--- a/NEWS
+++ b/NEWS
@@ -14,7 +14,7 @@ Major new features:
 
 * Optimized x86-64 trunc and truncf for processors with SSE4.1.
 
-* Optimized generic expf, exp2f, logf, log2f and powf.
+* Optimized generic expf, exp2f, logf, log2f, powf and sinf.
 
 * In order to support faster and safer process termination the malloc API
   family of functions will no longer print a failure address and stack

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

Summary of changes:
 ChangeLog |    4 ++++
 NEWS      |    2 +-
 2 files changed, 5 insertions(+), 1 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]