1.global atan2l
2.type atan2l,@function
3atan2l:
4	.cfi_startproc
5	fldt 8(%rsp)
6	fldt 24(%rsp)
7	fpatan
8	ret
9	.cfi_endproc
10