mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
Move slow Atom code to separate section.
This commit is contained in:
parent
107b2fa56c
commit
9ea3de11f1
@ -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>
|
2010-08-26 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* sysdeps/x86_64/strlen.S: Unroll the loop.
|
* sysdeps/x86_64/strlen.S: Unroll the loop.
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
|
|
||||||
.text
|
.section .text.slow,"ax",@progbits
|
||||||
ENTRY (__strlen_no_bsf)
|
ENTRY (__strlen_no_bsf)
|
||||||
xor %eax, %eax
|
xor %eax, %eax
|
||||||
cmpb $0, (%rdi)
|
cmpb $0, (%rdi)
|
||||||
|
Loading…
Reference in New Issue
Block a user