musl-tcc/src/math/x32/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 8(%esp)
fldt 24(%esp)
fpatan
ret