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-110-g20c7b19


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  20c7b195d0f67eeb55bad1b1879250f277ac7eb6 (commit)
      from  24a2e6588d2e0c91b4003878b0625d4a9360e8f3 (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=20c7b195d0f67eeb55bad1b1879250f277ac7eb6

commit 20c7b195d0f67eeb55bad1b1879250f277ac7eb6
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Wed Aug 16 09:17:34 2017 -0700

    Mention x86-64 FMA optimization in NEWS
    
    	* NEWS: Mention x86-64 FMA optimization.

diff --git a/ChangeLog b/ChangeLog
index cb7547a..2b7ef31 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-08-16  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* NEWS: Mention x86-64 FMA optimization.
+
+2017-08-16  H.J. Lu  <hongjiu.lu@intel.com>
+
 	[BZ #21912]
 	* sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
 	Add e_expf-fma.
diff --git a/NEWS b/NEWS
index 0008df1..0475e22 100644
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ Major new features:
 
   [Add new features here]
 
+* Optimized x86-64 asin, atan2, exp, expf, log, pow, atan, sin and tan
+  with FMA, contributed by Arjan van de Ven and H.J. Lu from Intel.
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * On GNU/Linux, the obsolete Linux constant PTRACE_SEIZE_DEVEL is no longer

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

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