musl-tcc/src/math/x32/lrintf.s

6 lines
72 B
ArmAsm

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