POWER7 optimized memset.

This commit is contained in:
Luis Machado 2010-05-19 00:47:37 -07:00 committed by Ulrich Drepper
parent 373d545e3a
commit 4828935d38
2 changed files with 11 additions and 1 deletions

View File

@ -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.

6
NEWS
View File

@ -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: