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