Module Name: src Committed By: dholland Date: Sun Dec 31 04:20:40 UTC 2023
Modified Files: src/sys/arch/m68k/include: float.h src/sys/arch/x86/include: float.h Log Message: {x86,m68k}/float.h: document LDBL_MIN behavior It seems that even though both these platforms have 12-byte floats that are pretty much the same representation and both allegedly IEEE-compliant, they manifest the top bit of the mantissa and then differ slightly in the behavior of the extra encodings this permits. Thanks to riastradh@ for helping sort this out. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/m68k/include/float.h cvs rdiff -u -r1.6 -r1.7 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.