musl-tcc/src/math/x86_64/atanl.s
2022-03-20 16:48:53 +08:00

8 lines
76 B
ArmAsm

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