musl-tcc/src/math/x32/lrintl.s
2022-04-14 15:49:55 +08:00

8 lines
100 B
ArmAsm

.global lrintl
.type lrintl,@function
lrintl:
fldt 8(%esp)
fistpl 8(%esp)
movl 8(%esp),%eax
ret