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