summaryrefslogtreecommitdiff
path: root/src/math/i386/atan2l.s
blob: adf6e10aaaf4cc633427744ae25dffd382eb0753 (plain) (blame)
1
2
3
4
5
6
7
.global atan2l
.type atan2l,@function
atan2l:
	fldt 4(%esp)
	fldt 16(%esp)
	fpatan
	ret