This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
hongwenjun
/
musl
mirror de
https://git.musl-libc.org/git/musl
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
math: fix lrintl.s on x86_64 (use movslq to signextend the result)
Szabolcs Nagy
há 11 anos atrás
pai
07039ed856
commit
e5937885de
1 ficheiros alterados
com
1 adições
e
1 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
1
src/math/x86_64/lrintl.s
+ 1
- 1
src/math/x86_64/lrintl.s
Ver Ficheiro
@@ -3,5 +3,5 @@
lrintl:
fldt 8(%rsp)
fistpl 8(%rsp)
- mov
8(%rsp),%e
ax
+ mov
slq 8(%rsp),%r
ax
ret