Subject: CVS commit: src/lib/libm/src
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 08/01/2006 20:14:35
Module Name:	src
Committed By:	drochner
Date:		Tue Aug  1 20:14:35 UTC 2006

Modified Files:
	src/lib/libm/src: lrintf.c s_rintf.c

Log Message:
make an intermediate float variable "volatile" on i386 to work around a gcc
optimization problem: subsequent add/subs were done inside FPU registers,
with "double" precision, without rounding to "float" in between


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/lib/libm/src/lrintf.c
cvs rdiff -r1.7 -r1.8 src/lib/libm/src/s_rintf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.