root/src/system/libroot/posix/musl/math/x86_64/lrintf.s
.global lrintf
.type lrintf,@function
lrintf:
        cvtss2si %xmm0,%rax
        ret