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