summaryrefslogblamecommitdiff
path: root/src/math/x86_64/atanl.s
blob: df76de5de4f12834a4a3710a2e7370d10245e862 (plain) (tree)
1
2
3
4
5
6
7






                     
.global atanl
.type atanl,@function
atanl:
	fldt 8(%rsp)
	fld1
	fpatan
	ret