提交 c879a959 编写于 作者: N nsz

Merge branch 'master' of git://git.etalabs.net/musl

...@@ -14,11 +14,19 @@ acosl: ...@@ -14,11 +14,19 @@ acosl:
.type acos,@function .type acos,@function
acos: acos:
fldl 4(%esp) fldl 4(%esp)
1: fld %st(0) 1: fld1
fmul %st(0) fld %st(1)
fld1 fld1
fsubp %st(1) fsubp
fxch %st(2)
faddp
fdivp
fsqrt fsqrt
fld1
fxch %st(1) fxch %st(1)
fpatan fpatan
fld1
fld1
faddp
fmulp
ret ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册