xref
: /
third_party
/
musl
/
src
/
math
/
x32
/
llrint.s
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/musl/src/math/x32/
1
.
global
llrint
2
.
type
llrint
,@
function
3
llrint
:
4
cvtsd2si
%
xmm0
,%
rax
5
ret
6