Subject: CVS commit: src/lib/libm
To: None <source-changes@NetBSD.org>
From: Michael L. Hitch <mhitch@netbsd.org>
List: source-changes
Date: 05/13/2004 20:35:40
Module Name:	src
Committed By:	mhitch
Date:		Thu May 13 20:35:40 UTC 2004

Modified Files:
	src/lib/libm/arch/vax: n_sqrt.S
	src/lib/libm/noieee_src: n_floor.c

Log Message:
Add ceilf(), floorf(), and sqrtf() (as wrappers using ceil(), floor(), and
sqrt() repectively).  The fixes PR#22796.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/lib/libm/arch/vax/n_sqrt.S
cvs rdiff -r1.5 -r1.6 src/lib/libm/noieee_src/n_floor.c

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