xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86
/
rint.s
(revision 1a3518cf757c2da8006753f83962da5935bbc82b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
global
rint
2
.
type
rint
,@
function
3
rint
:
4
fldl
4
(%
esp
)
5
frndint
6
ret
7