Commit 8a55f9c5 by Uros Bizjak Committed by Uros Bizjak

extend.texi (vector_size): Add missing comma after @xref.

	* doc/extend.texi (vector_size): Add missing comma after @xref.

From-SVN: r270585
parent 68ec60c4
2019-04-25 Uroš Bizjak <ubizjak@gmail.com>
* doc/extend.texi (vector_size): Add missing comma after @xref.
2019-04-25 Jakub Jelinek <jakub@redhat.com> 2019-04-25 Jakub Jelinek <jakub@redhat.com>
* BASE-VER: Set to 10.0.0. * BASE-VER: Set to 10.0.0.
......
...@@ -7094,7 +7094,7 @@ causes the compiler to set the mode for @code{foo}, to be 16 bytes, ...@@ -7094,7 +7094,7 @@ causes the compiler to set the mode for @code{foo}, to be 16 bytes,
divided into @code{int} sized units. Assuming a 32-bit @code{int}, divided into @code{int} sized units. Assuming a 32-bit @code{int},
@code{foo}'s type is a vector of four units of four bytes each, and @code{foo}'s type is a vector of four units of four bytes each, and
the corresponding mode of @code{foo} is @code{V4SI}. the corresponding mode of @code{foo} is @code{V4SI}.
@xref{Vector Extensions} for details of manipulating vector variables. @xref{Vector Extensions}, for details of manipulating vector variables.
This attribute is only applicable to integral and floating scalars, This attribute is only applicable to integral and floating scalars,
although arrays, pointers, and function return values are allowed in although arrays, pointers, and function return values are allowed in
...@@ -8178,7 +8178,7 @@ sized units. With @code{int} having a size of 4 bytes, the type defines ...@@ -8178,7 +8178,7 @@ sized units. With @code{int} having a size of 4 bytes, the type defines
a vector of eight units, four bytes each. The mode of variables of type a vector of eight units, four bytes each. The mode of variables of type
@code{int_vec32_t} is @code{V8SI}. @code{int_vec32_ptr_t} is then defined @code{int_vec32_t} is @code{V8SI}. @code{int_vec32_ptr_t} is then defined
to be a pointer to such a vector type, and @code{int_vec32_arr3_t} to be to be a pointer to such a vector type, and @code{int_vec32_arr3_t} to be
an array of three such vectors. @xref{Vector Extensions} for details of an array of three such vectors. @xref{Vector Extensions}, for details of
manipulating objects of vector types. manipulating objects of vector types.
This attribute is only applicable to integral and floating scalar types. This attribute is only applicable to integral and floating scalar types.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment