root/src/system/libroot/posix/musl/math/x86_64/rintl.s
.global rintl
.type rintl,@function
rintl:
        fldt 8(%rsp)
        frndint
        ret