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

8 lines
88 B
ArmAsm

.global atan2l
.type atan2l,@function
atan2l:
fldt 8(%esp)
fldt 24(%esp)
fpatan
ret