mirror of
https://github.com/fluencelabs/musl
synced 2025-06-28 06:02:04 +00:00
Merge branch 'master' of git://git.etalabs.net/musl
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user