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

8 lines
88 B
ArmAsm
Raw Normal View History

2022-04-14 07:49:55 +00:00
.global atan2l
.type atan2l,@function
atan2l:
fldt 4(%esp)
fldt 16(%esp)
fpatan
ret