Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys
Module Name: src
Committed By: kleink
Date: Thu Oct 23 23:26:06 UTC 2003
Modified Files:
src/sys/arch/arm/include: float.h
src/sys/arch/hppa/include: float.h
src/sys/arch/m68k/include: float.h
src/sys/arch/sparc64/include: float.h
src/sys/arch/x86/include: float.h
src/sys/sys: float_ieee754.h
Log Message:
* Move the definitions for types other than single-precision and double-
precision back to machine-dependent headers. C99 has no strict
requirement which, if any, extended-precision type `long double' must
match, and even between 80-bit formats there are differences in
implementation (m68k vs. x86).
* On arm, consider __VFP_FP__.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/arm/include/float.h
cvs rdiff -r1.3 -r1.4 src/sys/arch/hppa/include/float.h
cvs rdiff -r1.16 -r1.17 src/sys/arch/m68k/include/float.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/sparc64/include/float.h
cvs rdiff -r1.4 -r1.5 src/sys/arch/x86/include/float.h
cvs rdiff -r1.4 -r1.5 src/sys/sys/float_ieee754.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