Move slow Atom code to separate section.

This commit is contained in:
Ulrich Drepper 2010-08-26 22:17:03 -07:00
parent 107b2fa56c
commit 9ea3de11f1
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

@ -22,7 +22,7 @@
#include <sysdep.h>
.text
.section .text.slow,"ax",@progbits
ENTRY (__strlen_no_bsf)
xor %eax, %eax
cmpb $0, (%rdi)