diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 14:08:23 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-09-05 14:08:23 -0400 |
commit | 49d42c37ba4f688ed442bfa0ff54e851b58e607b (patch) | |
tree | 5af5078019d64462392b3132b1e1a5555ce28059 /NEWS | |
parent | 5fc11f0d6488c7ad3d85ca8ad712559c8733e121 (diff) | |
download | glibc-49d42c37ba4f688ed442bfa0ff54e851b58e607b.zip glibc-49d42c37ba4f688ed442bfa0ff54e851b58e607b.tar.gz glibc-49d42c37ba4f688ed442bfa0ff54e851b58e607b.tar.bz2 |
Add optimized x86-64 wcscmp
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -25,7 +25,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. +* Optimized strcat and strncat on x86-64 and optimized wcscmp on x86-32 and + x86-64. Contributed by Liubov Dmitrieva. * New interfaces: scandirat, scandirat64 |