Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 11/02/1995 23:50:02
briggs
Thu Nov  2 23:47:23 EST 1995
Update of /a/cvsroot/src/sys/arch/m68k/fpe
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv15149

Modified Files:
	fpu_emulate.c 
Added Files:
	README files.fpe fpu_add.c fpu_arith.h fpu_arith_proto.h 
	fpu_calcea.c fpu_div.c fpu_emulate.h fpu_exp.c fpu_explode.c 
	fpu_fmovecr.c fpu_fscale.c fpu_fstore.c fpu_getexp.c 
	fpu_hyperb.c fpu_implode.c fpu_int.c fpu_log.c fpu_mul.c 
	fpu_rem.c fpu_sqrt.c fpu_subr.c fpu_trig.c ieee.h 
Log Message:
Still incomplete, but much more complete FPE from Ken Nakata
<kenn@remus.rutgers.edu>.  This emulator does not yet emulate
the following functions:
	FSINH, FETOXM1, FTANH, FATAN, FASIN, FATANH, FSIN, FTAN,
	FETOX, FTWOTOX, FTENTOX, FCOSH, FACOS, FCOS, FSINCOS
It is sufficient, however, to allow programs like df, w, and newfs,
to run to completion with correct results.
Portions of this code were based on the sparc fpe and on initial
work by gwr.


briggs
Thu Nov  2 23:48:24 EST 1995
Update of /a/cvsroot/src/sys/arch/m68k/fpe
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv15270

Modified Files:
	README 
Log Message:
Add NetBSD id string and update instructions.