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

6 lines
72 B
ArmAsm

.global lrintf
.type lrintf,@function
lrintf:
cvtss2si %xmm0,%rax
ret