musl-tcc/src/math/i386/atanl.s

8 lines
76 B
ArmAsm

.global atanl
.type atanl,@function
atanl:
fldt 4(%esp)
fld1
fpatan
ret