aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorTulio Magno Quites Machado Filho via Gcc-patches <gcc-patches@gcc.gnu.org>2020-08-19 16:03:31 -0300
committerSegher Boessenkool <segher@kernel.crashing.org>2020-10-23 15:09:30 +0000
commit940e68b9de1981e9c25a7dddc5027354011f0518 (patch)
tree8b1dc72cdc13fdcae252906c9d2ada379dcab5c1 /gcc/doc
parent9067a1545085e360c8eb1c95a1b1a4480d9ee0b3 (diff)
downloadgcc-940e68b9de1981e9c25a7dddc5027354011f0518.zip
gcc-940e68b9de1981e9c25a7dddc5027354011f0518.tar.gz
gcc-940e68b9de1981e9c25a7dddc5027354011f0518.tar.bz2
rs6000: Fix extraneous characters in the documentation
Replace them with a whitespace in order to avoid artifacts in the HTML document. 2020-08-19 Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com> gcc/ * doc/extend.texi (PowerPC Built-in Functions): Replace extraneous characters with whitespace.
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 5c2caf9..5be1cbe 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -21644,10 +21644,10 @@ void amo_stdat_smin (int64_t *, int64_t);
ISA 3.1 of the PowerPC added new Matrix-Multiply Assist (MMA) instructions.
GCC provides support for these instructions through the following built-in
functions which are enabled with the @code{-mmma} option. The vec_t type
-below is defined to be a normal vector unsigned char type.  The uint2, uint4
+below is defined to be a normal vector unsigned char type. The uint2, uint4
and uint8 parameters are 2-bit, 4-bit and 8-bit unsigned integer constants
-respectively.  The compiler will verify that they are constants and that
-their values are within range. 
+respectively. The compiler will verify that they are constants and that
+their values are within range.
The built-in functions supported are: