提交 cc00f056 编写于 作者: R Rich Felker

Merge remote branch 'nsz/master'

...@@ -15,9 +15,10 @@ asinl: ...@@ -15,9 +15,10 @@ asinl:
asin: asin:
fldl 4(%esp) fldl 4(%esp)
1: fld %st(0) 1: fld %st(0)
fmul %st(0)
fld1 fld1
fsubp %st(1) fsub %st(0),%st(1)
fadd %st(2)
fmulp
fsqrt fsqrt
fpatan fpatan
ret ret
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
asinl: asinl:
fldt 8(%rsp) fldt 8(%rsp)
1: fld %st(0) 1: fld %st(0)
fmul %st(0)
fld1 fld1
fsubp %st(1) fsub %st(0),%st(1)
fadd %st(2)
fmulp
fsqrt fsqrt
fpatan fpatan
ret ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册