diff options
author | Liubov Dmitrieva <liubov.dmitrieva@gmail.com> | 2011-10-23 15:17:23 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-10-23 15:17:23 -0400 |
commit | fc2ee42abe595bbf6b8bbf0637648ad8b5d4faab (patch) | |
tree | d8083a4d8e42366a82963d3525140c53fbb49ede /NEWS | |
parent | 09229f3e1b617d9dcfa3227f32bb72436d7fcac4 (diff) | |
download | glibc-fc2ee42abe595bbf6b8bbf0637648ad8b5d4faab.tar.gz glibc-fc2ee42abe595bbf6b8bbf0637648ad8b5d4faab.tar.xz glibc-fc2ee42abe595bbf6b8bbf0637648ad8b5d4faab.zip |
Add optimized wcslen and strnlen for x86-32
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index ad6ddc7583..e0bb0eff24 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, strncat, wcslen, strnlen on x86-64 and optimized - wcscmp on x86-32 and x86-64. +* Optimized strcat, strncat on x86-64 and optimized wcscmp, wcslen, strnlen + on x86-32 and x86-64. Contributed by Liubov Dmitrieva. * Optimized strchr and strrchr for SSE on x86-32. |