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