summaryrefslogblamecommitdiff
path: root/src/math/i386/atanf.s
blob: 3cd402332e75f61a3a29eeaa09cebcc62f58cbea (plain) (tree)
1
2
3
4
5
6
7






                     
.global atanf
.type atanf,@function
atanf:
	flds 4(%esp)
	fld1
	fpatan
	ret