X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=inline;f=src%2Fmath%2Fi386%2Facos.s;h=bfff0c5c9a89d3332ea7df6a8e5d3cd0a68a01f3;hb=a4a0c91275788407763b1e5a9da17b777495ca85;hp=6f9ef7f0e37ada36bc53e9b37a3c1d234f528be6;hpb=9322344fa4c47a64361a81eda1b1930cd4341626;p=musl diff --git a/src/math/i386/acos.s b/src/math/i386/acos.s index 6f9ef7f0..bfff0c5c 100644 --- a/src/math/i386/acos.s +++ b/src/math/i386/acos.s @@ -14,11 +14,17 @@ acosl: .type acos,@function acos: fldl 4(%esp) -1: fld %st(0) - fmul %st(0) +1: fld1 + fld %st(1) fld1 - fsubp %st(1) + fsubp + fsqrt + fxch %st(2) + faddp fsqrt - fxch %st(1) fpatan + fld1 + fld1 + faddp + fmulp ret