summaryrefslogtreecommitdiff
path: root/istartup.s
diff options
context:
space:
mode:
Diffstat (limited to 'istartup.s')
-rw-r--r--istartup.s6
1 files changed, 2 insertions, 4 deletions
diff --git a/istartup.s b/istartup.s
index 49800fd..7c038f2 100644
--- a/istartup.s
+++ b/istartup.s
@@ -5240,8 +5240,7 @@ atan_real:
ret
ln_real:
- fldl2e
- fdivrl one_real
+ fldln2
fxch %st(1)
fyl2x
ret
@@ -5249,8 +5248,7 @@ ln_real:
@c_log10:
fldl 4(sp)
log10_real:
- fldl2t
- fdivrl one_real
+ fldlg2
fxch %st(1)
fyl2x
ret