Skip to content

Commit

Permalink
* sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Apr 5, 2009
1 parent c0bac8b commit a152f36
Show file tree
Hide file tree
Showing 4 changed files with 3,710 additions and 4,605 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-04-05 Ulrich Drepper <drepper@redhat.com>

* sysdeps/x86_64/strlen.S: Optimize by using SSE2 instructions.

2009-04-03 Ulrich Drepper <drepper@redhat.com>

* configure.in: We need to test for the compiler earlier.
Expand Down
5 changes: 4 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -37,6 +37,9 @@ Version 2.10

* New locale: nan_TW@latin

* Faster strlen on x86-64.
Implemented by Ulrich Drepper.


Version 2.9

Expand Down
Loading

0 comments on commit a152f36

Please sign in to comment.