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

8 lines
76 B
ArmAsm

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