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





                    
.global rint
.type rint,@function
rint:
	fldl 4(%esp)
	frndint
	ret