Replace the files with the NetBSD ones, which are the rewritten ones by
[dragonfly.git] / lib / msun / i387 / e_atan2.S
1 /*
2  * Written by J.T. Conklin <jtc@NetBSD.org>.
3  * Public domain.
4  */
5
6 #include <machine/asm.h>
7
8 #include "abi.h"
9
10 #if 0
11 RCSID("$NetBSD: e_atan2.S,v 1.5 2001/06/19 00:26:29 fvdl Exp $")
12 #endif
13 RCSID("$DragonFly: src/lib/msun/i387/Attic/e_atan2.S,v 1.3 2004/12/29 11:40:17 asmodai Exp $")
14
15 ENTRY(__ieee754_atan2)
16         XMM_TWO_ARG_DOUBLE_PROLOGUE
17         fldl    ARG_DOUBLE_ONE
18         fldl    ARG_DOUBLE_TWO
19         fpatan
20         XMM_DOUBLE_EPILOGUE
21         ret