mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
Little optimization.
This commit is contained in:
parent
5f5831bee5
commit
6a0148d1cf
@ -39,7 +39,7 @@ ENTRY(strrchr)
|
||||
.prologue 0
|
||||
#endif
|
||||
|
||||
zapnot a1, 1, a1 # e0 : zero extend our test character
|
||||
and a1, 0xff, a1 # e0 : zero extend our test character
|
||||
mov zero, t6 # .. e1 : t6 is last match aligned addr
|
||||
sll a1, 8, t5 # e0 : replicate our test character
|
||||
mov zero, t7 # .. e1 : t7 is last match byte compare mask
|
||||
|
Loading…
Reference in New Issue
Block a user