Don't go through unrolled loop if we would go through it only once.

This commit is contained in:
Ulrich Drepper 2000-12-27 23:31:49 +00:00
parent 22fea1a1b6
commit 1c7f9c9395

View File

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