Merge remote branch 'nsz/master'

This commit is contained in:
Rich Felker 2012-04-11 14:59:36 -04:00
commit cc00f05632
2 changed files with 6 additions and 5 deletions

View File

@ -15,9 +15,10 @@ asinl:
asin:
fldl 4(%esp)
1: fld %st(0)
fmul %st(0)
fld1
fsubp %st(1)
fsub %st(0),%st(1)
fadd %st(2)
fmulp
fsqrt
fpatan
ret

View File

@ -3,10 +3,10 @@
asinl:
fldt 8(%rsp)
1: fld %st(0)
fmul %st(0)
fld1
fsubp %st(1)
fsub %st(0),%st(1)
fadd %st(2)
fmulp
fsqrt
fpatan
ret