public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [doc] remove the duplicated item vect_int_mult
@ 2010-07-07  9:45 Eric Fisher
  2010-08-08 22:40 ` Gerald Pfeifer
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Fisher @ 2010-07-07  9:45 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

Hi,

I'd like to prepare a patch to remove the duplicated item as I
mentioned in http://gcc.gnu.org/ml/gcc/2010-07/msg00086.html.

ChangeLog

sourcebuild.texi: remove duplicated item vect_int_mult.

Thanks,
Eric

[-- Attachment #2: sourcebuild.patch --]
[-- Type: text/x-diff, Size: 621 bytes --]

Index: doc/sourcebuild.texi
===================================================================
--- doc/sourcebuild.texi	(revision 161865)
+++ doc/sourcebuild.texi	(working copy)
@@ -1324,11 +1324,6 @@ Target supports hardware vectors of @cod
 @item vect_int
 Target supports hardware vectors of @code{int}.
 
-@item vect_int_mult
-Target supports a vector widening multiplication of @code{short} operands
-into an @code{int} result, or supports promotion (unpacking) from
-@code{short} to @code{int} and a non-widening multiplication of @code{int}.
-
 @item vect_long
 Target supports hardware vectors of @code{long}.
 

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

* Re: [doc] remove the duplicated item vect_int_mult
  2010-07-07  9:45 [doc] remove the duplicated item vect_int_mult Eric Fisher
@ 2010-08-08 22:40 ` Gerald Pfeifer
  2010-08-09  9:41   ` Richard Guenther
  0 siblings, 1 reply; 5+ messages in thread
From: Gerald Pfeifer @ 2010-08-08 22:40 UTC (permalink / raw)
  To: Richard Guenther, Ian Lance Taylor; +Cc: Eric Fisher, gcc-patches

On Wed, 7 Jul 2010, Eric Fisher wrote:
> I'd like to prepare a patch to remove the duplicated item as I
> mentioned in http://gcc.gnu.org/ml/gcc/2010-07/msg00086.html.

Thanks, Eric.

Richi, Ian, this looks correct to me and the descsription actually is
the one we have for vect_widen_mult_hi_to_si, but it's always possible
I am missing something.  If you tell me it's okay, I'll take care of
committing this for Eric.

Gerald


2010-08-09  Eric Fisher <joefoxreal@gmail.com>

	* doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.

Index: doc/sourcebuild.texi
===================================================================
--- doc/sourcebuild.texi	(revision 163020)
+++ doc/sourcebuild.texi	(working copy)
@@ -1324,11 +1324,6 @@
 @item vect_int
 Target supports hardware vectors of @code{int}.
 
-@item vect_int_mult
-Target supports a vector widening multiplication of @code{short} operands
-into an @code{int} result, or supports promotion (unpacking) from
-@code{short} to @code{int} and a non-widening multiplication of @code{int}.
-
 @item vect_long
 Target supports hardware vectors of @code{long}.
 

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

* Re: [doc] remove the duplicated item vect_int_mult
  2010-08-08 22:40 ` Gerald Pfeifer
@ 2010-08-09  9:41   ` Richard Guenther
  2010-08-09 10:22     ` Eric Fisher
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Guenther @ 2010-08-09  9:41 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Ian Lance Taylor, Eric Fisher, gcc-patches

On Mon, 9 Aug 2010, Gerald Pfeifer wrote:

> On Wed, 7 Jul 2010, Eric Fisher wrote:
> > I'd like to prepare a patch to remove the duplicated item as I
> > mentioned in http://gcc.gnu.org/ml/gcc/2010-07/msg00086.html.
> 
> Thanks, Eric.
> 
> Richi, Ian, this looks correct to me and the descsription actually is
> the one we have for vect_widen_mult_hi_to_si, but it's always possible
> I am missing something.  If you tell me it's okay, I'll take care of
> committing this for Eric.

I think I approved this patch already.

Richard.

> Gerald
> 
> 
> 2010-08-09  Eric Fisher <joefoxreal@gmail.com>
> 
> 	* doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
> 
> Index: doc/sourcebuild.texi
> ===================================================================
> --- doc/sourcebuild.texi	(revision 163020)
> +++ doc/sourcebuild.texi	(working copy)
> @@ -1324,11 +1324,6 @@
>  @item vect_int
>  Target supports hardware vectors of @code{int}.
>  
> -@item vect_int_mult
> -Target supports a vector widening multiplication of @code{short} operands
> -into an @code{int} result, or supports promotion (unpacking) from
> -@code{short} to @code{int} and a non-widening multiplication of @code{int}.
> -
>  @item vect_long
>  Target supports hardware vectors of @code{long}.
>  
> 
> 

-- 
Richard Guenther <rguenther@suse.de>
Novell / SUSE Labs
SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus Rex

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

* Re: [doc] remove the duplicated item vect_int_mult
  2010-08-09  9:41   ` Richard Guenther
@ 2010-08-09 10:22     ` Eric Fisher
  2010-08-09 11:21       ` Gerald Pfeifer
  0 siblings, 1 reply; 5+ messages in thread
From: Eric Fisher @ 2010-08-09 10:22 UTC (permalink / raw)
  To: Richard Guenther; +Cc: Gerald Pfeifer, Ian Lance Taylor, gcc-patches

I have posted the signed forms to fsf, and am waiting for the response.

Eric

2010/8/9 Richard Guenther <rguenther@suse.de>:
> On Mon, 9 Aug 2010, Gerald Pfeifer wrote:
>
>> On Wed, 7 Jul 2010, Eric Fisher wrote:
>> > I'd like to prepare a patch to remove the duplicated item as I
>> > mentioned in http://gcc.gnu.org/ml/gcc/2010-07/msg00086.html.
>>
>> Thanks, Eric.
>>
>> Richi, Ian, this looks correct to me and the descsription actually is
>> the one we have for vect_widen_mult_hi_to_si, but it's always possible
>> I am missing something.  If you tell me it's okay, I'll take care of
>> committing this for Eric.
>
> I think I approved this patch already.
>
> Richard.
>
>> Gerald
>>
>>
>> 2010-08-09  Eric Fisher <joefoxreal@gmail.com>
>>
>>       * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
>>
>> Index: doc/sourcebuild.texi
>> ===================================================================
>> --- doc/sourcebuild.texi      (revision 163020)
>> +++ doc/sourcebuild.texi      (working copy)
>> @@ -1324,11 +1324,6 @@
>>  @item vect_int
>>  Target supports hardware vectors of @code{int}.
>>
>> -@item vect_int_mult
>> -Target supports a vector widening multiplication of @code{short} operands
>> -into an @code{int} result, or supports promotion (unpacking) from
>> -@code{short} to @code{int} and a non-widening multiplication of @code{int}.
>> -
>>  @item vect_long
>>  Target supports hardware vectors of @code{long}.
>>
>>
>>
>
> --
> Richard Guenther <rguenther@suse.de>
> Novell / SUSE Labs
> SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus Rex
>

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

* Re: [doc] remove the duplicated item vect_int_mult
  2010-08-09 10:22     ` Eric Fisher
@ 2010-08-09 11:21       ` Gerald Pfeifer
  0 siblings, 0 replies; 5+ messages in thread
From: Gerald Pfeifer @ 2010-08-09 11:21 UTC (permalink / raw)
  To: Richard Guenther, Eric Fisher; +Cc: Ian Lance Taylor, gcc-patches

On Mon, 9 Aug 2010, Richard Guenther wrote:
> I think I approved this patch already.

Ah, okay; thanks.

On Mon, 9 Aug 2010, Eric Fisher wrote:
> I have posted the signed forms to fsf, and am waiting for the response.

This patch was simple enough that I went ahead and committed it already.

Gerald

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

end of thread, other threads:[~2010-08-09 11:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-07-07  9:45 [doc] remove the duplicated item vect_int_mult Eric Fisher
2010-08-08 22:40 ` Gerald Pfeifer
2010-08-09  9:41   ` Richard Guenther
2010-08-09 10:22     ` Eric Fisher
2010-08-09 11:21       ` Gerald Pfeifer

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