diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2011-12-17 14:59:47 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-17 14:59:47 -0500 |
commit | a1267ba1c6967afdc9ed9af16e3b42f5a240988e (patch) | |
tree | f683c57d73aa19d4e62a3cd6fdb83d153f66b4ef /NEWS | |
parent | ad8ac1bd6a3db5becaf1dc20394f6e682d7828cc (diff) | |
download | glibc-a1267ba1c6967afdc9ed9af16e3b42f5a240988e.zip glibc-a1267ba1c6967afdc9ed9af16e3b42f5a240988e.tar.gz glibc-a1267ba1c6967afdc9ed9af16e3b42f5a240988e.tar.bz2 |
Optimized nearbyint for PPC
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-11-14 +GNU C Library NEWS -- history of user-visible changes. 2011-12-17 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -60,6 +60,8 @@ Version 2.15 * Optimized strcasecmp and strncasecmp for SSSE3 and SSE4.2 on x86-32. Implemented by Ulrich Drepper. + +* Optimized nearbyint for PPC. Implemented by Adhemerval Zanella. Version 2.14 |