| ... | ... | @@ -393,7 +393,7 @@ pub fn main() void { |
| 393 | 393 | |
| 394 | 394 | <tr> |
| 395 | 395 | <td>{#syntax#}f16{#endsyntax#}</td> |
| 396 | | <td><code class="c">float</code></td> |
| 396 | <td><code class="c">_Float16</code></td> |
| 397 | 397 | <td>16-bit floating point (10-bit mantissa) IEEE-754-2008 binary16</td> |
| 398 | 398 | </tr> |
| 399 | 399 | <tr> |
| ... | ... | @@ -408,7 +408,7 @@ pub fn main() void { |
| 408 | 408 | </tr> |
| 409 | 409 | <tr> |
| 410 | 410 | <td>{#syntax#}f128{#endsyntax#}</td> |
| 411 | | <td>(none)</td> |
| 411 | <td><code class="c">_Float128</code></td> |
| 412 | 412 | <td>128-bit floating point (112-bit mantissa) IEEE-754-2008 binary128</td> |
| 413 | 413 | </tr> |
| 414 | 414 | <tr> |
| ... | ... | @@ -480,7 +480,7 @@ pub fn main() void { |
| 480 | 480 | </tr> |
| 481 | 481 | </table> |
| 482 | 482 | </div> |
| 483 | | {#see_also|Optionals#} |
| 483 | {#see_also|Optionals|undefined#} |
| 484 | 484 | {#header_close#} |
| 485 | 485 | {#header_open|String Literals#} |
| 486 | 486 | {#code_begin|test#} |