Re: Scalar vector binary operation

2011-12-05 Thread Gerald Pfeifer
On Wed, 28 Sep 2011, Artem Shinkarov wrote: > In the attachment there is a patch with the changes. I don't have > rights to commit to the cvs. Thanks, Michael. I have applied the patch on your behalf. Gerald

Re: Scalar vector binary operation

2011-09-28 Thread Artem Shinkarov
Hi In the attachment there is a patch with the changes. I don't have rights to commit to the cvs. If we write about vector-related stuff, may be it would make sense to mention that from now on we can make vector shifts and we can index vector. These are changes from 4.6 (I guess), but they were n

Re: Scalar vector binary operation

2011-09-28 Thread Ian Lance Taylor
Artem Shinkarov writes: > I can try to put a description in the document. I am not sure that I > have rights to commit to the svn, but at least I can try to write the > text. > > There are also pending patches for vector-comparison (almost > submitted) and vector shuffling (still under discussion

Re: Scalar vector binary operation

2011-09-28 Thread Artem Shinkarov
Ian I can try to put a description in the document. I am not sure that I have rights to commit to the svn, but at least I can try to write the text. There are also pending patches for vector-comparison (almost submitted) and vector shuffling (still under discussion), but I hope to finish both of

Re: Scalar vector binary operation

2011-09-28 Thread Ian Lance Taylor
On Wed, Aug 10, 2011 at 7:44 AM, Richard Guenther wrote: > > On Tue, Aug 9, 2011 at 10:23 PM, Artem Shinkarov > wrote: > > Sorry, I didn't attach the patch itself. > > Here we go, in the attachment. > > I have committed the patch after re-bootstrapping and testing it > on x86_64-unknown-linux-gnu

Re: Scalar vector binary operation

2011-08-10 Thread Richard Guenther
On Tue, Aug 9, 2011 at 10:23 PM, Artem Shinkarov wrote: > Sorry, I didn't attach the patch itself. > Here we go, in the attachment. I have committed the patch after re-bootstrapping and testing it on x86_64-unknown-linux-gnu with {,-m32}. Richard. > > Artem. >

Re: Scalar vector binary operation

2011-08-09 Thread Artem Shinkarov
Sorry, I didn't attach the patch itself. Here we go, in the attachment. Artem. Index: gcc/doc/extend.texi === --- gcc/doc/extend.texi (revision 177589) +++ gcc/doc/extend.texi (working copy) @@ -6526,18 +6526,25 @@ In C it is possibl