diff mbox

[doc] remove the duplicated item vect_int_mult

Message ID alpine.LNX.2.00.1008090033500.10053@acrux.dbai.tuwien.ac.at
State New
Headers show

Commit Message

Gerald Pfeifer Aug. 8, 2010, 10:37 p.m. UTC
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.

Comments

Richard Biener Aug. 9, 2010, 9:11 a.m. UTC | #1
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}.
>  
> 
>
Eric Fisher Aug. 9, 2010, 10:04 a.m. UTC | #2
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
>
Gerald Pfeifer Aug. 9, 2010, 11:12 a.m. UTC | #3
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
diff mbox

Patch

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