History log of /src/sys/arch/x86/include/float.h |
Revision | | Date | Author | Comments |
1.8 |
| 15-Jun-2024 |
rillig | {m68k,x86}/float.h: fix cross references
|
1.7 |
| 31-Dec-2023 |
dholland | {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.
|
1.6 |
| 27-Apr-2013 |
joerg | Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. Some are redundant, but make verification with grep much easier.
|
1.5 |
| 23-Oct-2003 |
kleink | branches: 1.5.140; 1.5.150; * 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__.
|
1.4 |
| 12-May-2003 |
kleink | branches: 1.4.2; Rename <sys/float_ieee.h> to <sys/float_ieee754.h>, following libc's convention for these.
|
1.3 |
| 21-Apr-2003 |
christos | Override LDBL_MIN
|
1.2 |
| 19-Apr-2003 |
christos | PR/3012: Greg A. Woods: Write all float.h files [except the vax of course] in terms of float_ieee.h
|
1.1 |
| 26-Feb-2003 |
fvdl | Move some files out of i386 into x86, so that they can be shared with other ports.
|
1.4.2.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.4.2.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.4.2.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.5.150.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.5.140.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|