mirror of
https://github.com/boostorg/config.git
synced 2025-10-20 19:35:27 +02:00
Add BOOST_HAS_FLOAT128 for compilers that support __float128 as a distinct type.
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user