xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86_64
/
llrint.s
(revision 151a4f7f9354583f183b5fe1ec5f4fe83c6d2262)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
.
global
llrint
2
.
type
llrint
,@
function
3
llrint
:
4
cvtsd2si
%
xmm0
,%
rax
5
ret
6