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