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