Subject: CVS commit: src/lib/libm
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 06/30/2004 15:08:30
Module Name:	src
Committed By:	drochner
Date:		Wed Jun 30 15:08:30 UTC 2004

Modified Files:
	src/lib/libm: Makefile
Added Files:
	src/lib/libm/src: llrint.c llrintf.c lrint.c lrintf.c

Log Message:
Implement (l)lrint(f).
(Could get some optimization for LP64; this would need a change to
the float access macros in math_private.h.)


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/lib/libm/Makefile
cvs rdiff -r0 -r1.1 src/lib/libm/src/llrint.c src/lib/libm/src/llrintf.c \
    src/lib/libm/src/lrint.c src/lib/libm/src/lrintf.c

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