diff options
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 |