Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83677 - sandbox/precision/libs/precision/doc
From: e_float_at_[hidden]
Date: 2013-04-01 13:13:03


Author: christopher_kormanyos
Date: 2013-04-01 13:13:02 EDT (Mon, 01 Apr 2013)
New Revision: 83677
URL: http://svn.boost.org/trac/boost/changeset/83677

Log:
Refined the correction for Intel _Quad.
Text files modified:
   sandbox/precision/libs/precision/doc/precision.qbk | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox/precision/libs/precision/doc/precision.qbk
==============================================================================
--- sandbox/precision/libs/precision/doc/precision.qbk (original)
+++ sandbox/precision/libs/precision/doc/precision.qbk 2013-04-01 13:13:02 EDT (Mon, 01 Apr 2013)
@@ -534,7 +534,7 @@
 
 # [@http://gcc.gnu.org/onlinedocs/gcc/Floating-Types.html GNU C supports additional floating types, `__float80` and `__float128` to support 80-bit (XFmode) and 128-bit (TFmode) floating types.]
 
-# Intel provides an internal 128-bit floating-point type. When the `-Qoption,cpp,--extended_float_type` command line option is supplied, it supports what appears to be an undocumented data type `_Quad`. This type is equivalent to GCC's `__float128`.
+# Intel C++ provides an internal 128-bit floating-point type called `_Quad`. When the `-Qoption,cpp,--extended_float_type` command line option is supplied, it supports what appears to be an undocumented data type `_Quad`. This type is equivalent to GCC's `__float128`.
 
 # [@http://software.intel.com/en-us/forums/topic/358476 Intel FORTRAN REAL*16] is an actual 128-bit IEEE quad, emulated in software. But "I don't know of any plan to implement full C support for 128-bit IEEE format, although evidently ifort has support libraries." This is equivalent to the proposed float128_t type.
 


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk