diff options
author | Jonathan Wakely <jwakely@redhat.com> | 2022-09-12 10:40:10 +0100 |
---|---|---|
committer | Jonathan Wakely <jwakely@redhat.com> | 2022-09-12 10:46:57 +0100 |
commit | 4198b0d820a91fddcf58227f0614442f6838fad9 (patch) | |
tree | d12975e72c8da25c4762429df7e234c99b2452e3 /gcc | |
parent | 34b9a03353d3fdc5c57f2708469d0df78c6d6508 (diff) | |
download | gcc-4198b0d820a91fddcf58227f0614442f6838fad9.zip gcc-4198b0d820a91fddcf58227f0614442f6838fad9.tar.gz gcc-4198b0d820a91fddcf58227f0614442f6838fad9.tar.bz2 |
doc: Fix typo in documentation of __float128 suffix
gcc/ChangeLog:
* doc/extend.texi (Floating Types): Fix "_float128" typo.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/extend.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index be3ea89..a5afb46 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -1109,7 +1109,7 @@ add, subtract, multiply, divide; unary arithmetic operators; relational operators; equality operators; and conversions to and from integer and other floating types. Use a suffix @samp{w} or @samp{W} in a literal constant of type @code{__float80} or type -@code{__ibm128}. Use a suffix @samp{q} or @samp{Q} for @code{_float128}. +@code{__ibm128}. Use a suffix @samp{q} or @samp{Q} for @code{__float128}. In order to use @code{_Float128}, @code{__float128}, and @code{__ibm128} on PowerPC Linux systems, you must use the @option{-mfloat128} option. It is |