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