diff options
Diffstat (limited to 'src/math/i386/acos.s')
-rw-r--r-- | src/math/i386/acos.s | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/math/i386/acos.s b/src/math/i386/acos.s index 4f0168f6..bfff0c5c 100644 --- a/src/math/i386/acos.s +++ b/src/math/i386/acos.s @@ -18,12 +18,10 @@ acos: fld %st(1) fld1 fsubp + fsqrt fxch %st(2) faddp - fdivp fsqrt - fld1 - fxch %st(1) fpatan fld1 fld1 |