Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   riastradh
Date:           Sat Oct  4 21:56:08 UTC 2025

Modified Files:
        src/sys/arch/m68k/include: float.h
        src/sys/arch/x86/include: float.h

Log Message:
x86, m68k <machine/float.h>: `Significand', not `mantissa'.

The IEEE 754 standard uses `significand' and has since its first
edition in 1985; Kahan and Knuth both use `significand' and
explicitly reject `mantissa'; `significand' doesn't have a
conflicting definition in logarithms; and in actual usage in the
floating-point and numerical analysis literature, `significand'
dominates.

No functional change intended -- comment-only.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/m68k/include/float.h
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/x86/include/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