Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/hppa/spmath
Module Name: src
Committed By: skrll
Date: Tue Jan 27 11:49:54 UTC 2009
Modified Files:
src/sys/arch/hppa/spmath: dbl_float.h float.h sgl_float.h
Log Message:
From OpenBSD:
apparently my understanding of '{FLT,DBL,LDBL}_{MIN,MAX}_EXP' ahs
been wrong and thus proven by many and there change it back to
what it is meaning explained in http://www-ccs.ucsd.edu/c/float.html .
also fix spmath to use it's own consts instead of (now) off by one
float.h values thus to avoid any kind of binary changes.
Fixes regress/lib/libc/ieeefp/nan
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/arch/hppa/spmath/dbl_float.h \
src/sys/arch/hppa/spmath/sgl_float.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/hppa/spmath/float.h
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