counter jump better
This commit is contained in:
parent
864e754074
commit
5d22ad3fc8
@ -222,8 +222,7 @@ macro_rules! uint_overflowing_mul {
|
|||||||
adc $$0, %rdx
|
adc $$0, %rdx
|
||||||
or %rdx, %rcx
|
or %rdx, %rcx
|
||||||
|
|
||||||
cmpq $$0, %rcx
|
jrcxz 2f
|
||||||
jne 2f
|
|
||||||
|
|
||||||
mov $8, %rax
|
mov $8, %rax
|
||||||
cmpq $$0, %rax
|
cmpq $$0, %rax
|
||||||
@ -234,6 +233,8 @@ macro_rules! uint_overflowing_mul {
|
|||||||
sete %dl
|
sete %dl
|
||||||
or %dl, %cl
|
or %dl, %cl
|
||||||
|
|
||||||
|
jrcxz 2f
|
||||||
|
|
||||||
mov $3, %rax
|
mov $3, %rax
|
||||||
cmpq $$0, %rax
|
cmpq $$0, %rax
|
||||||
sete %dl
|
sete %dl
|
||||||
|
Loading…
Reference in New Issue
Block a user