public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-2589] Adjust docu of TARGET_VECTORIZE_VEC_PERM_CONST
@ 2021-07-29  6:04 Andreas Krebbel
  0 siblings, 0 replies; only message in thread
From: Andreas Krebbel @ 2021-07-29  6:04 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:841548f0f7d375c5b7022e19d588061cda3acfa6

commit r12-2589-g841548f0f7d375c5b7022e19d588061cda3acfa6
Author: Andreas Krebbel <krebbel@linux.ibm.com>
Date:   Thu Jul 29 08:03:36 2021 +0200

    Adjust docu of TARGET_VECTORIZE_VEC_PERM_CONST
    
    gcc/ChangeLog:
    
            * target.def: in0 and in1 do not need to be registers.
            * doc/tm.texi: Regenerate.

Diff:
---
 gcc/doc/tm.texi | 2 +-
 gcc/target.def  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi
index d5f8852cc70..a464d268a12 100644
--- a/gcc/doc/tm.texi
+++ b/gcc/doc/tm.texi
@@ -6125,7 +6125,7 @@ vectors of mode @var{mode} using the permutation vector @code{sel}, and
 also to emit such a permutation.  In the former case @var{in0}, @var{in1}
 and @var{out} are all null.  In the latter case @var{in0} and @var{in1} are
 the source vectors and @var{out} is the destination vector; all three are
-registers of mode @var{mode}.  @var{in1} is the same as @var{in0} if
+operands of mode @var{mode}.  @var{in1} is the same as @var{in0} if
 @var{sel} describes a permutation on one vector instead of two.
 
 Return true if the operation is possible, emitting instructions for it
diff --git a/gcc/target.def b/gcc/target.def
index 94e45a9fb99..6b4226c0651 100644
--- a/gcc/target.def
+++ b/gcc/target.def
@@ -1861,7 +1861,7 @@ vectors of mode @var{mode} using the permutation vector @code{sel}, and\n\
 also to emit such a permutation.  In the former case @var{in0}, @var{in1}\n\
 and @var{out} are all null.  In the latter case @var{in0} and @var{in1} are\n\
 the source vectors and @var{out} is the destination vector; all three are\n\
-registers of mode @var{mode}.  @var{in1} is the same as @var{in0} if\n\
+operands of mode @var{mode}.  @var{in1} is the same as @var{in0} if\n\
 @var{sel} describes a permutation on one vector instead of two.\n\
 \n\
 Return true if the operation is possible, emitting instructions for it\n\


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-29  6:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-29  6:04 [gcc r12-2589] Adjust docu of TARGET_VECTORIZE_VEC_PERM_CONST Andreas Krebbel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).