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: 04/11/1995 14:20:17
jtc
Tue Apr 11 14:14:17 EDT 1995
Update of /a/cvsroot/src/lib/libc/arch/mips/gen
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5730

Modified Files:
	Makefile.inc 
Added Files:
	flt_rounds.c fpgetmask.c fpgetround.c fpgetsticky.c 
	fpsetmask.c fpsetround.c fpsetsticky.c 
Log Message:
Added __flt_rounds, fp{get,set}{mask,round,sticky}.

jtc
Tue Apr 11 14:18:47 EDT 1995
Update of /a/cvsroot/src/sys/arch/pmax/include
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv5797

Modified Files:
	float.h 
Log Message:
Changed FLT_ROUNDS from constant to a call to __flt_rounds(), so that the
current rounding mode is accurately reported.