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

8 lines
88 B
ArmAsm

.global atan2l
.type atan2l,@function
atan2l:
fldt 4(%esp)
fldt 16(%esp)
fpatan
ret