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