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.12-17-g4828935


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  4828935d386854c19275dbe39e07dbd4bd539d1c (commit)
      from  373d545e3a3a157bd7f5782461e3886b43ab5943 (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://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=4828935d386854c19275dbe39e07dbd4bd539d1c

commit 4828935d386854c19275dbe39e07dbd4bd539d1c
Author: Luis Machado <luisgpm@br.ibm.com>
Date:   Wed May 19 00:47:37 2010 -0700

    POWER7 optimized memset.

diff --git a/ChangeLog b/ChangeLog
index 47dd37f..e7215fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-17  Luis Machado  <luisgpm@br.ibm.com>
+
+	POWER7 optimizations.
+	* sysdeps/powerpc/powerpc64/power7/memset.S: New file.
+	* sysdeps/powerpc/powerpc32/power7/memset.S: New file.
+
 2010-05-19  Ulrich Drepper  <drepper@redhat.com>
 
 	* version.h: Update for 2.13 development version.
diff --git a/NEWS b/NEWS
index c0c74be..4d869d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,14 @@
-GNU C Library NEWS -- history of user-visible changes.  2010-5-4
+GNU C Library NEWS -- history of user-visible changes.  2010-5-19
 Copyright (C) 1992-2009, 2010 Free Software Foundation, Inc.
 See the end for copying conditions.
 
 Please send GNU C library bug reports via <http://sources.redhat.com/bugzilla/>
 using `glibc' in the "product" field.
 
+Version 2.13
+
+* POWER7 optimizations: memset
+
 Version 2.12
 
 * The following bugs are resolved with this release:

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

Summary of changes:
 ChangeLog |    6 ++++++
 NEWS      |    6 +++++-
 2 files changed, 11 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]