public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, rs6000]  Fix typo in documentation file.
@ 2018-01-29 18:14 Carl Love
  2018-01-29 19:23 ` Segher Boessenkool
  0 siblings, 1 reply; 2+ messages in thread
From: Carl Love @ 2018-01-29 18:14 UTC (permalink / raw)
  To: gcc-patches, David Edelsohn, Segher Boessenkool; +Cc: Bill Schmidt, cel


GCC maintainers:

The following patch contains fixes for the GCC documentation file. 
There is a missing space between vector and the type __int128_t in the
second argument of the documented function.  

The patch makes no functional changes to GCC, just fixes a trivial
typo.

No regression testing done.  Please let me know if the patch is
acceptable to apply to mainline.

                  Carl Love



___________________________________________________________________

Index: gcc/doc/extend.texi
===================================================================
--- gcc/doc/extend.texi	(revision 257154)
+++ gcc/doc/extend.texi	(working copy)
@@ -18970,16 +18970,16 @@
 __int128_t vec_vsubuqm (__int128_t, __int128_t);
 __uint128_t vec_vsubuqm (__uint128_t, __uint128_t);
 
-vector __int128_t __builtin_bcdadd (vector __int128_t, vector__int128_t);
-int __builtin_bcdadd_lt (vector __int128_t, vector__int128_t);
-int __builtin_bcdadd_eq (vector __int128_t, vector__int128_t);
-int __builtin_bcdadd_gt (vector __int128_t, vector__int128_t);
-int __builtin_bcdadd_ov (vector __int128_t, vector__int128_t);
-vector __int128_t bcdsub (vector __int128_t, vector__int128_t);
-int __builtin_bcdsub_lt (vector __int128_t, vector__int128_t);
-int __builtin_bcdsub_eq (vector __int128_t, vector__int128_t);
-int __builtin_bcdsub_gt (vector __int128_t, vector__int128_t);
-int __builtin_bcdsub_ov (vector __int128_t, vector__int128_t);
+vector __int128_t __builtin_bcdadd (vector __int128_t, vector __int128_t);
+int __builtin_bcdadd_lt (vector __int128_t, vector __int128_t);
+int __builtin_bcdadd_eq (vector __int128_t, vector __int128_t);
+int __builtin_bcdadd_gt (vector __int128_t, vector __int128_t);
+int __builtin_bcdadd_ov (vector __int128_t, vector __int128_t);
+vector __int128_t bcdsub (vector __int128_t, vector __int128_t);
+int __builtin_bcdsub_lt (vector __int128_t, vector __int128_t);
+int __builtin_bcdsub_eq (vector __int128_t, vector __int128_t);
+int __builtin_bcdsub_gt (vector __int128_t, vector __int128_t);
+int __builtin_bcdsub_ov (vector __int128_t, vector __int128_t);
 @end smallexample
 
 If the ISA 3.0 instruction set additions (@option{-mcpu=power9})

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

* Re: [PATCH, rs6000]  Fix typo in documentation file.
  2018-01-29 18:14 [PATCH, rs6000] Fix typo in documentation file Carl Love
@ 2018-01-29 19:23 ` Segher Boessenkool
  0 siblings, 0 replies; 2+ messages in thread
From: Segher Boessenkool @ 2018-01-29 19:23 UTC (permalink / raw)
  To: Carl Love; +Cc: gcc-patches, David Edelsohn, Bill Schmidt

Hi Carl,

On Mon, Jan 29, 2018 at 08:08:30AM -0800, Carl Love wrote:
> The following patch contains fixes for the GCC documentation file. 
> There is a missing space between vector and the type __int128_t in the
> second argument of the documented function.  
> 
> The patch makes no functional changes to GCC, just fixes a trivial
> typo.

This is fine for trunk (all trivial/obvious patches are).  Thanks!

But, still needs a changelog ;-)


Segher

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

end of thread, other threads:[~2018-01-29 16:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-29 18:14 [PATCH, rs6000] Fix typo in documentation file Carl Love
2018-01-29 19:23 ` Segher Boessenkool

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