diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-05 18:49:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-05 18:49:28 +0000 |
commit | a152f366dc38314c891c523639706a20e353dd6b (patch) | |
tree | db0a148c4f7f9afb39091baad0f1b764b966abce /NEWS | |
parent | c0bac8b05a52c6a5d39fc6ac50779773fbc28f20 (diff) |
* sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
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. 2009-4-3 +GNU C Library NEWS -- history of user-visible changes. 2009-4-5 Copyright (C) 1992-2008, 2009 Free Software Foundation, Inc. See the end for copying conditions. @@ -37,6 +37,9 @@ Version 2.10 * New locale: nan_TW@latin +* Faster strlen on x86-64. + Implemented by Ulrich Drepper. + Version 2.9 |