提交 e5a9b50e 编写于 作者: R Rich Felker

fix typo in the x86_64 rounding asm

上级 0e4a9952
.global llrint
.type llrint,@function
llrint:
cvtsd2si @xmm0,%rax
cvtsd2si %xmm0,%rax
ret
.global llrintf
.type llrintf,@function
llrintf:
cvtss2si @xmm0,%rax
cvtss2si %xmm0,%rax
ret
.global lrint
.type lrint,@function
lrint:
cvtsd2si @xmm0,%rax
cvtsd2si %xmm0,%rax
ret
.global lrintf
.type lrintf,@function
lrintf:
cvtss2si @xmm0,%rax
cvtss2si %xmm0,%rax
ret
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册