diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-01-10 22:26:22 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-01-10 22:26:22 -0500 |
commit | daa891c0e8900d0f03c16fde9c09f8d6f9a26a7d (patch) | |
tree | 3b1bf170ebd79ce294d3a09e2c71d133f4bcdd73 /NEWS | |
parent | e58ef0f20437e121a06e0eb3d6c6c10c3630746e (diff) | |
download | glibc-daa891c0e8900d0f03c16fde9c09f8d6f9a26a7d.zip glibc-daa891c0e8900d0f03c16fde9c09f8d6f9a26a7d.tar.gz glibc-daa891c0e8900d0f03c16fde9c09f8d6f9a26a7d.tar.bz2 |
Optimize s_modf
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2012-1-8 +GNU C Library NEWS -- history of user-visible changes. 2012-1-10 Copyright (C) 1992-2009, 2010, 2011, 2012 Free Software Foundation, Inc. See the end for copying conditions. @@ -39,6 +39,9 @@ Version 2.16 * Checking versions of poll, ppoll added. Implemented by Ulrich Drepper. + +* More generic and 64-bit performance optimizations to math functions. + Implemented by Ulrich Drepper. Version 2.15 |