aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLiubov Dmitrieva <liubov.dmitrieva@gmail.com>2011-10-23 14:56:04 -0400
committerUlrich Drepper <drepper@gmail.com>2011-10-23 14:56:04 -0400
commitce7dd29f2863820ba858fe06c2ff61417df40d75 (patch)
tree32b9c93de4777c2d8239d94d67b9257cfccf1745 /NEWS
parent6ddf460fa5f7f96e96134f962f4b2ba708b1095b (diff)
downloadglibc-ce7dd29f2863820ba858fe06c2ff61417df40d75.tar
glibc-ce7dd29f2863820ba858fe06c2ff61417df40d75.tar.gz
glibc-ce7dd29f2863820ba858fe06c2ff61417df40d75.tar.bz2
glibc-ce7dd29f2863820ba858fe06c2ff61417df40d75.zip
Optimized strnlen and wcscmp for x86-64
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 5e55ade5b6..ad6ddc7583 100644
--- a/NEWS
+++ b/NEWS
@@ -26,8 +26,8 @@ Version 2.15
* Improved strcpy, strncpy, stpcpy, stpncpy for SSE2 and SSSE3 on x86-64.
Contributed by HJ Lu.
-* Optimized strcat and strncat on x86-64 and optimized wcscmp on x86-32 and
- x86-64.
+* Optimized strcat, strncat, wcslen, strnlen on x86-64 and optimized
+ wcscmp on x86-32 and x86-64.
Contributed by Liubov Dmitrieva.
* Optimized strchr and strrchr for SSE on x86-32.