summaryrefslogtreecommitdiff
path: root/src/math/x32/rintl.s
blob: be1d2fa735e3b948673d80d3d59001fcacc6c14f (plain) (blame)
1
2
3
4
5
6
.global rintl
.type rintl,@function
rintl:
	fldt 8(%esp)
	frndint
	ret