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