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