From: Luis Machado Date: Wed, 19 May 2010 07:47:37 +0000 (-0700) Subject: POWER7 optimized memset. X-Git-Tag: fedora/glibc-2.12.90-1~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4828935d386854c19275dbe39e07dbd4bd539d1c;p=thirdparty%2Fglibc.git POWER7 optimized memset. --- diff --git a/ChangeLog b/ChangeLog index 47dd37fec73..e7215fd1a95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-05-17 Luis Machado + + POWER7 optimizations. + * sysdeps/powerpc/powerpc64/power7/memset.S: New file. + * sysdeps/powerpc/powerpc32/power7/memset.S: New file. + 2010-05-19 Ulrich Drepper * version.h: Update for 2.13 development version. diff --git a/NEWS b/NEWS index c0c74be6f70..4d869d2c810 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 using `glibc' in the "product" field. +Version 2.13 + +* POWER7 optimizations: memset + Version 2.12 * The following bugs are resolved with this release: