counter jump better

This commit is contained in:
Nikolay Volf 2016-02-25 18:10:33 +03:00
parent 864e754074
commit 5d22ad3fc8

View File

@ -222,8 +222,7 @@ macro_rules! uint_overflowing_mul {
adc $$0, %rdx
or %rdx, %rcx
cmpq $$0, %rcx
jne 2f
jrcxz 2f
mov $8, %rax
cmpq $$0, %rax
@ -234,6 +233,8 @@ macro_rules! uint_overflowing_mul {
sete %dl
or %dl, %cl
jrcxz 2f
mov $3, %rax
cmpq $$0, %rax
sete %dl