Skip to content

Commit

Permalink
Move slow Atom code to separate section.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Aug 27, 2010
1 parent 107b2fa commit 9ea3de1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2010-08-27 Ulrich Drepper <drepper@redhat.com>

* sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.

* sysdeps/x86_64/strlen.S: Minimal code improvement.

2010-08-26 H.J. Lu <hongjiu.lu@intel.com>

* sysdeps/x86_64/strlen.S: Unroll the loop.
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/x86_64/multiarch/strlen-no-bsf.S
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include <sysdep.h>

.text
.section .text.slow,"ax",@progbits
ENTRY (__strlen_no_bsf)
xor %eax, %eax
cmpb $0, (%rdi)
Expand Down

0 comments on commit 9ea3de1

Please sign in to comment.