root/src/system/libroot/posix/musl/math/x86/rintl.s
.global rintl
.type rintl,@function
rintl:
        fldt 4(%esp)
        frndint
        ret