Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libm



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.




Home | Main Index | Thread Index | Old Index