@----------------------------------------------------------------------------
@
@ \Source /usr/local/cvsroot/gccsdk/unixlib/source/math-asm/_atan2.s,v $
@ \Date: 2002/11/26 21:5207 $
@ \Revision 1.4 $
@ \State Exp $
@ \Author admin $
@
@----------------------------------------------------------------------------

	.include	"clib/unixlib/asm_dec.s"


	.global	atan2
	.global	atan2l
	NAME	atan2
atan2:
atan2l:
	STMFD	sp!, {a1, a2, a3, a4}
	LDFD	f0, [sp], #8
	LDFD	f1, [sp], #8
	CMF	f0, #0
	CMFEQ	f1, #0
	POLNED	f0, f1, f0
	return	AL, pc, lr

