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