xref: /haiku/src/system/libroot/posix/musl/math/x86_64/asinl.s (revision f504f61099b010fbfa94b1cc63d2e9072c7f7185)
1.global asinl
2.type asinl,@function
3asinl:
4	fldt 8(%rsp)
51:	fld %st(0)
6	fld1
7	fsub %st(0),%st(1)
8	fadd %st(2)
9	fmulp
10	fsqrt
11	fpatan
12	ret
13