i387 float version of atan2()

This commit is contained in:
jtc 1995-05-08 23:35:10 +00:00
parent fe9be699b4
commit 750e07c91c
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
/*
* Written by J.T. Conklin <jtc@netbsd.org>.
* Public domain.
*/
#include <machine/asm.h>
RCSID("$NetBSD: e_atan2f.S,v 1.1 1995/05/08 23:35:10 jtc Exp $")
ENTRY(__ieee754_atan2f)
flds 4(%esp)
flds 8(%esp)
fpatan
ret