xref
: /
haiku
/
src
/
system
/
libroot
/
posix
/
musl
/
math
/
x86_64
/
llrint.s
(revision 1773f0767ed809a3c64ccc0c1037f3c8a1d5de33)
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