]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
POWER7 optimized memset.
authorLuis Machado <luisgpm@br.ibm.com>
Wed, 19 May 2010 07:47:37 +0000 (00:47 -0700)
committerLuis Machado <luisgpm@br.ibm.com>
Sat, 30 Oct 2010 03:17:15 +0000 (01:17 -0200)
(cherry picked from commit 4828935d386854c19275dbe39e07dbd4bd539d1c)

ChangeLog
NEWS

index f04f0771b148d2e750e1f7e61aca0be7f1df96aa..58727fa405a7b4f9bcbdda92775de17ea20caeb7 100644 (file)
--- 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-10-26  Peter Bergner  <bergner@vnet.ibm.com>
 
        * elf/rtld.c (process_envvars): Added conditional EXTRA_LD_ENVVARS_11
diff --git a/NEWS b/NEWS
index c0c74be6f701c2543394619d40caaba0a4b5210c..4d869d2c8103422dbfb29e7bc3681bcd90530742 100644 (file)
--- 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.
 \f
+Version 2.13
+
+* POWER7 optimizations: memset
+\f
 Version 2.12
 
 * The following bugs are resolved with this release: