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