fix C type corresponding to f80

This commit is contained in:
Rich Remer 2024-08-01 09:03:50 -07:00 committed by Andrew Kelley
parent 25096ed893
commit 6933ab4bf7

View file

@ -575,7 +575,7 @@
</tr>
<tr>
<th scope="row">{#syntax#}f80{#endsyntax#}</th>
<td><code class="c">double</code></td>
<td><code class="c">long double</code></td>
<td>80-bit floating point (64-bit mantissa) IEEE-754-2008 80-bit extended precision</td>
</tr>
<tr>