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