~ubuntu-branches/ubuntu/wily/musl/wily

« back to all changes in this revision

Viewing changes to src/math/x32/acosl.s

  • Committer: Package Import Robot
  • Author(s): Kevin Bortis
  • Date: 2014-03-22 09:39:56 UTC
  • mfrom: (4.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140322093956-1oc4xt9b2n3domo7
Tags: 1.0.0-1
* Import upstream version 1.0.0
* Provide musl-ldd (Closes: #732169)
* Arch independent ld-musl-config (Closes: #739205)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# see ../i386/acos.s
 
2
 
 
3
.global acosl
 
4
.type acosl,@function
 
5
acosl:
 
6
        fldt 8(%esp)
 
7
1:      fld %st(0)
 
8
        fld1
 
9
        fsub %st(0),%st(1)
 
10
        fadd %st(2)
 
11
        fmulp
 
12
        fsqrt
 
13
        fabs
 
14
        fxch %st(1)
 
15
        fpatan
 
16
        ret