mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-18 17:01:03 +00:00
Don't go through unrolled loop if we would go through it only once.
This commit is contained in:
parent
22fea1a1b6
commit
1c7f9c9395
@ -86,7 +86,7 @@ $single_head_quad:
|
||||
|
||||
$do_unroll:
|
||||
addq $16, 64, $7 # E : Initial (+1 trip) wh64 address
|
||||
cmple $18, 63, $1 # E : Can we go through the unrolled loop?
|
||||
cmple $18, 127, $1 # E : Can we go through the unrolled loop?
|
||||
bne $1, $tail_quads # U : Nope
|
||||
nop # E :
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user