BizHawk/waterbox/libc/functions/math/x86_64/atanl.s

8 lines
76 B
ArmAsm

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