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






                     
.global atan2
.type atan2,@function
atan2:
	fldl 4(%esp)
	fldl 12(%esp)
	fpatan
	ret