fabs // |x-1| : x-1 : x : log(2)
fcompl MO(limit) // x-1 : x : log(2)
fnstsw // x-1 : x : log(2)
- sahf
- ja 2f
+ andb $0x45, %ah
+ jz 2f
fstp %st(1) // x-1 : log(2)
fyl2xp1 // log(x)
ret
fabs // |x-1| : x-1 : x : log10(2)
fcompl MO(limit) // x-1 : x : log10(2)
fnstsw // x-1 : x : log10(2)
- sahf
- ja 2f
+ andb $0x45, %ah
+ jz 2f
fstp %st(1) // x-1 : log10(2)
fyl2xp1 // log10(x)
ret
fabs // |x-1| : x-1 : x : log10(2)
fcompl MO(limit) // x-1 : x : log10(2)
fnstsw // x-1 : x : log10(2)
- sahf
- ja 2f
+ andb $0x45, %ah
+ jz 2f
fstp %st(1) // x-1 : log10(2)
fyl2xp1 // log10(x)
ret
fabs // |x-1| : x-1 : x : log10(2)
fcompl MO(limit) // x-1 : x : log10(2)
fnstsw // x-1 : x : log10(2)
- sahf
- ja 2f
+ andb $0x45, %ah
+ jz 2f
fstp %st(1) // x-1 : log10(2)
fyl2xp1 // log10(x)
ret
fabs // |x-1| : x-1 : x : log(2)
fcompl MO(limit) // x-1 : x : log(2)
fnstsw // x-1 : x : log(2)
- sahf
- ja 2f
+ andb $0x45, %ah
+ jz 2f
fstp %st(1) // x-1 : log(2)
fyl2xp1 // log(x)
ret
fabs // |x-1| : x-1 : x : log(2)
fcompl MO(limit) // x-1 : x : log(2)
fnstsw // x-1 : x : log(2)
- sahf
- ja 2f
+ andb $0x45, %ah
+ jz 2f
fstp %st(1) // x-1 : log(2)
fyl2xp1 // log(x)
ret