Source-Changes archive

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

CVS commit: src/lib/libm/src



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.




Home | Main Index | Thread Index | Old Index