Add BOOST_HAS_FLOAT128 for compilers that support __float128 as a distinct type.

This commit is contained in:
jzmaddock
2015-08-13 17:13:32 +01:00
parent a8f96e4b6e
commit 15fa6fd8b9
9 changed files with 62 additions and 5 deletions

View File

@@ -1427,6 +1427,25 @@
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_HAS_FLOAT128</span></code>
</p>
</td>
<td>
<p>
Compiler
</p>
</td>
<td>
<p>
The compiler has <code class="computeroutput"><span class="identifier">__float128</span></code>
as a native type which is distinct from all the regular C++ floating
point types.
</p>
</td>
</tr>
<tr>
<td>
<p>
<code class="computeroutput"><span class="identifier">BOOST_HAS_FTIME</span></code>