- Timestamp:
-
Jun 20, 2007, 11:17:39 PM (15 years ago)
- Author:
-
oetiker
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v13
|
v14
|
|
137 | 137 | }}} |
138 | 138 | |
139 | | As you can see, there is not all that much difference between the architectures (it is all IEEE 754 after all). For one there is the endianess difference and then there are the SPARCs how seem to have their own idea regarding NANs. In any event, a converter between these formats is only a few defines away. |
| 139 | As you can see, there is not all that much difference between the architectures (it is all IEEE 754 after all). For one there is the endianess difference and then there are some differing ideas regarding NANs. In any event, a converter between these formats is only a few defines away. |
140 | 140 | |
141 | 141 | {{{ |
|