Source-Changes archive

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

CVS commit: [netbsd-5] src/sys/arch/hppa/spmath



Module Name:    src
Committed By:   snj
Date:           Mon Feb  2 00:13:47 UTC 2009

Modified Files:
        src/sys/arch/hppa/spmath [netbsd-5]: dbl_float.h float.h sgl_float.h

Log Message:
Pull up following revision(s) (requested by skrll in ticket #330):
        sys/arch/hppa/spmath/dbl_float.h: revision 1.3
        sys/arch/hppa/spmath/float.h: revision 1.4
        sys/arch/hppa/spmath/sgl_float.h: revision 1.3
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.2.14.1 src/sys/arch/hppa/spmath/dbl_float.h \
    src/sys/arch/hppa/spmath/sgl_float.h
cvs rdiff -r1.3 -r1.3.88.1 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