From 59a89e4caca332404ff3cdee312d19eb50b27c20 Mon Sep 17 00:00:00 2001 From: bemandawes Date: Thu, 29 Sep 2011 12:31:09 +0000 Subject: [PATCH] work-in-progress git-svn-id: http://svn.boost.org/svn/boost/sandbox/endian@74609 b8fc166d-592f-0410-95f2-cb63ce0dd405 --- libs/endian/doc/do_list.html | 134 +++++++++++++++++++++++++++++++++-- 1 file changed, 129 insertions(+), 5 deletions(-) diff --git a/libs/endian/doc/do_list.html b/libs/endian/doc/do_list.html index ddefc96..e8ae41c 100644 --- a/libs/endian/doc/do_list.html +++ b/libs/endian/doc/do_list.html @@ -15,25 +15,149 @@

Votes

Executive summary

Docs

Code

+

Infrastructure

+ +

Performance

+

 

Acknowledge

-

Gordon Woodhull, Phil Endecott, tymofey, Giovanni Piero Deretta, Pyry Jahkola

+

Gordon Woodhull, Hartmut Kaiser, Phil Endecott, tymofey, Giovanni Piero Deretta, Pyry Jahkola, +John Filo, Vitaly Budovski, Tomas Puverle, Vicente J. Botet Escriba, Tim +Blechmann, Daniel James, Mathias Gaunard

+ +

Paul Bristow docs help

+ +

Floating Point Support

+ +

* Because FP formats vary, just dealing with endianness doesn't ensure
+portability.
+* The endianness of FP and integer values differs on some platforms,
+so we will have to build up a config file with separate entries for
+each platform, and that will take time to mature.
+* Ditto FP sizes.
+* I'm only willing to provide conversion.hpp FP support. Providing
+types that mimic FP types is far beyond my knowledge of how to deal
+with floating point's notorious arithmetic issues.

+

Support IEEE754 format (32 bit, 64 bit) only.

+
+
+

 

- + \ No newline at end of file