diff options
author | Luis Machado <luisgpm@br.ibm.com> | 2010-05-19 00:47:37 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-05-19 00:47:37 -0700 |
commit | 4828935d386854c19275dbe39e07dbd4bd539d1c (patch) | |
tree | 271dc8345ab44e17a3768af705681c1308cd7206 /NEWS | |
parent | 373d545e3a3a157bd7f5782461e3886b43ab5943 (diff) | |
download | glibc-4828935d386854c19275dbe39e07dbd4bd539d1c.tar.gz glibc-4828935d386854c19275dbe39e07dbd4bd539d1c.tar.xz glibc-4828935d386854c19275dbe39e07dbd4bd539d1c.zip |
POWER7 optimized memset.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS index c0c74be6f7..4d869d2c81 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: |