summaryrefslogtreecommitdiff
path: root/src/math/i386/llrintf.s
blob: aa850c6cd2dac7caff44b650003a92165346496a (plain) (blame)
1
2
3
4
5
6
7
8
9
.global llrintf
.type llrintf,@function
llrintf:
	sub $8,%esp
	flds 12(%esp)
	fistpll (%esp)
	pop %eax
	pop %edx
	ret