diff options
author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2017-04-04 16:31:58 +0000 |
---|---|---|
committer | William Schmidt <wschmidt@gcc.gnu.org> | 2017-04-04 16:31:58 +0000 |
commit | e2b2c4b9fbb1c5ee3c8756e6b6ecc6e490fad035 (patch) | |
tree | b4ce084e8245b465b17f369ecf6df0244b7a9d74 | |
parent | c0ea338bd2765c1af808a96e72a3928a52e4f558 (diff) | |
download | gcc-e2b2c4b9fbb1c5ee3c8756e6b6ecc6e490fad035.zip gcc-e2b2c4b9fbb1c5ee3c8756e6b6ecc6e490fad035.tar.gz gcc-e2b2c4b9fbb1c5ee3c8756e6b6ecc6e490fad035.tar.bz2 |
extend.texi (PowerPC AltiVec Built-in Functions): Grammar correction.
2017-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
* doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar
correction.
From-SVN: r246684
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/extend.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4136a29..d60dd0b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-04-04 Bill Schmidt <wschmidt@linux.vnet.ibm.com> + + * doc/extend.texi (PowerPC AltiVec Built-in Functions): Grammar + correction. + 2017-04-04 Thomas Preud'homme <thomas.preudhomme@arm.com> PR target/80307 diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 0f44ece..219fa2c 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -15546,7 +15546,7 @@ Appendix A of this document lists the vector API interfaces that must be provided by compliant compilers. Programmers should preferentially use the interfaces described therein. However, historically GCC has provided additional interfaces for access to vector instructions. These are -described briefly below. +briefly described below. The following interfaces are supported for the generic and specific AltiVec operations and the AltiVec predicates. In cases where there |