diff options
author | H.J. Lu <hongjiu.lu@intel.com> | 2011-06-24 14:15:32 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-06-24 14:15:32 -0400 |
commit | 0b1cbaaef5ccc21baf2c35d4698fb28e82eab385 (patch) | |
tree | c1f6ad8a49ef79510355c765ad3e385067e7ade0 /NEWS | |
parent | 07f494a027b3adea1f3cd0cd4ca7c10949cdc476 (diff) | |
download | glibc-0b1cbaaef5ccc21baf2c35d4698fb28e82eab385.zip glibc-0b1cbaaef5ccc21baf2c35d4698fb28e82eab385.tar.gz glibc-0b1cbaaef5ccc21baf2c35d4698fb28e82eab385.tar.bz2 |
Optimized st{r,p}{,n}cpy for SSE2/SSSE3 on x86-32
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2011-6-22 +GNU C Library NEWS -- history of user-visible changes. 2011-6-24 Copyright (C) 1992-2009, 2010, 2011 Free Software Foundation, Inc. See the end for copying conditions. @@ -17,6 +17,9 @@ Version 2.15 * Add nss_db support back to glibc. No more dependency on Berkeley db and support for initgroups lookups. Implemented by Ulrich Drepper. + +* Optimized strcpy, strncpy, stpcpy, stpncpy for SSE2 and SSSE3 on x86-32. + Contributed by HJ Lu. Version 2.14 |