public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, PR other/67320] Fix wide add standard names
@ 2015-08-25  9:57 Michael Collison
  2015-08-25 13:48 ` Joseph Myers
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Collison @ 2015-08-25  9:57 UTC (permalink / raw)
  To: gcc Patches

The standard names for signed and unsigned vector wide adds are wrong in 
the documentation.

OK for trunk?

2015-08-25  Michael Collison  <michael.collison@linaro.org>

     PR other/67320
     * doc/md.texi: Rename [su]sum_widen to widen_[su]sum to reflect correct
     standard names

diff --git a/gcc/doc/md.texi b/gcc/doc/md.texi
index 0bffdc6..619259f 100644
--- a/gcc/doc/md.texi
+++ b/gcc/doc/md.texi
@@ -4946,10 +4946,10 @@ is of a wider mode, is computed and added to 
operand 3. Operand 3 is of a mode
  equal or wider than the mode of the absolute difference. The result is 
placed
  in operand 0, which is of the same mode as operand 3.

-@cindex @code{ssum_widen@var{m3}} instruction pattern
-@item @samp{ssum_widen@var{m3}}
-@cindex @code{usum_widen@var{m3}} instruction pattern
-@itemx @samp{usum_widen@var{m3}}
+@cindex @code{widen_ssum@var{m3}} instruction pattern
+@item @samp{widen_ssum@var{m3}}
+@cindex @code{widen_usum@var{m3}} instruction pattern
+@itemx @samp{widen_usum@var{m3}}
  Operands 0 and 2 are of the same mode, which is wider than the mode of
  operand 1. Add operand 1 to operand 2 and place the widened result in
  operand 0. (This is used express accumulation of elements into an 
accumulator

-- 
Michael Collison
Linaro Toolchain Working Group
michael.collison@linaro.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH, PR other/67320] Fix wide add standard names
  2015-08-25  9:57 [PATCH, PR other/67320] Fix wide add standard names Michael Collison
@ 2015-08-25 13:48 ` Joseph Myers
  0 siblings, 0 replies; 2+ messages in thread
From: Joseph Myers @ 2015-08-25 13:48 UTC (permalink / raw)
  To: Michael Collison; +Cc: gcc Patches

On Tue, 25 Aug 2015, Michael Collison wrote:

> The standard names for signed and unsigned vector wide adds are wrong in the
> documentation.
> 
> OK for trunk?

OK.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-25 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-25  9:57 [PATCH, PR other/67320] Fix wide add standard names Michael Collison
2015-08-25 13:48 ` Joseph Myers

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).