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