If we are going to do a byte compare, the operands should be byte-sized.
In this case, I believe we want to compare against the 32-bit operand so use a full-world compare operation.
This commit is contained in:
parent
487135e2d3
commit
bb851e58c2
@ -385,7 +385,7 @@ LRound_nearest_64:
|
||||
jne LDo_64_round_up
|
||||
|
||||
/* Now test for round-to-even */
|
||||
testb $1,%ebx
|
||||
test $1,%ebx
|
||||
jz LCheck_truncate_64
|
||||
|
||||
LDo_64_round_up:
|
||||
|
Loading…
x
Reference in New Issue
Block a user