aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLiubov Dmitrieva <liubov.dmitrieva@intel.com>2011-09-05 17:11:11 -0400
committerUlrich Drepper <drepper@gmail.com>2011-09-05 17:11:11 -0400
commit693fb948841c7564ce3cd1ec4b31c0130abc8c42 (patch)
treee67f897cbe65d0f9829d85d70004ffad96a9dd70 /NEWS
parent49d42c37ba4f688ed442bfa0ff54e851b58e607b (diff)
downloadglibc-693fb948841c7564ce3cd1ec4b31c0130abc8c42.zip
glibc-693fb948841c7564ce3cd1ec4b31c0130abc8c42.tar.gz
glibc-693fb948841c7564ce3cd1ec4b31c0130abc8c42.tar.bz2
Optimized strchr and strrchr with SSE2 on x86-32
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5e407f6..e38c57f 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,9 @@ Version 2.15
x86-64.
Contributed by Liubov Dmitrieva.
+* Optimized strchrm strrchr for SSE on x86-32.
+ Contributed by Liubov Dmitrieva.
+
* New interfaces: scandirat, scandirat64
Implemented by Ulrich Drepper.