summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-10-19 12:42:38 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-19 12:42:38 -0400
commitd9a4d2ab278ab50637e383b6174e9ec42db84327 (patch)
treec5107d9a43e560658bf3b65fcde55659d3292200 /NEWS
parent8f3b1ffefa61275315891770944bdbf5079e04ed (diff)
downloadglibc-d9a4d2ab278ab50637e383b6174e9ec42db84327.tar.gz
glibc-d9a4d2ab278ab50637e383b6174e9ec42db84327.tar.xz
glibc-d9a4d2ab278ab50637e383b6174e9ec42db84327.zip
Add optimized str{,n}casecmp for AVX on x86-64
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index cdb2973028..a4b59f1ee1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes.  2011-10-15
+GNU C Library NEWS -- history of user-visible changes.  2011-10-19
 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc.
 See the end for copying conditions.
 
@@ -47,6 +47,12 @@ Version 2.15
 
 * Integrate libm with gcc's -ffinite-math-only option.
   Implemented by Ulrich Drepper.
+
+* Lots of generic, 64-bit, and x86-64-specific performance optimizations
+  to math functions.  Implemented by Ulrich Drepper.
+
+* Optimized strcasecmp and strncasecmp for AVX on x86-64.
+  Implemented by Ulrich Drepper.
 
 Version 2.14