summaryrefslogtreecommitdiff
path: root/src/math/i386/atan2f.s
blob: 08627e6301a239aa5308541f020279365890fa95 (plain) (blame)
1
2
3
4
5
6
7
.global atan2f
.type atan2f,@function
atan2f:
	flds 4(%esp)
	flds 8(%esp)
	fpatan
	ret