Skip to content

Commit

Permalink
Move SSE4.2 functions together.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 8, 2009
1 parent 9d36a6c commit 8e43652
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2009-08-08 Ulrich Drepper <drepper@redhat.com>

* sysdeps/x86_64/multiarch/strlen.S: Move SSE4.2 version into the same
section as the other functions for this architecture.
* sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.

2009-08-07 Ulrich Drepper <drepper@redhat.com>

* sysdeps/x86_64/strcmp.S: Add support to compile with
Expand Down
1 change: 1 addition & 0 deletions sysdeps/x86_64/multiarch/rawmemchr.S
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ END(rawmemchr)
strong_alias (rawmemchr, __rawmemchr)


.section .text.sse4.2,"ax",@progbits
.align 16
.type __rawmemchr_sse42, @function
__rawmemchr_sse42:
Expand Down
1 change: 1 addition & 0 deletions sysdeps/x86_64/multiarch/strlen.S
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ENTRY(strlen)
END(strlen)


.section .text.sse4.2,"ax",@progbits
.align 16
.type __strlen_sse42, @function
__strlen_sse42:
Expand Down

0 comments on commit 8e43652

Please sign in to comment.