summaryrefslogtreecommitdiff
path: root/src/math/i386/rintf.s
blob: bce4c5a6062f81710ad7b68d9e47a3241bc82eaa (plain) (blame)
1
2
3
4
5
6
.global rintf
.type rintf,@function
rintf:
	flds 4(%esp)
	frndint
	ret