This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: A branch for 256bit vectorizer


On Sun, Jun 27, 2010 at 5:42 AM, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> On Tue, 11 May 2010, H.J. Lu wrote:
>> I created a branch for 256bit vectorizer, branches/vect256/. ?Richard
>> and I will work on it to extend vectorizer to 256bit.
>
> Would you mind adding this branch to http://gcc.gnu.org/svn.html ? ?I
> noticed it's not listed there.

Here is a patch. OK to check in?

Thanks.

-- 
H.J.
--
Index: htdocs/svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.149
diff -u -p -r1.149 svn.html
--- htdocs/svn.html	22 Mar 2010 15:19:44 -0000	1.149
+++ htdocs/svn.html	28 Jun 2010 00:47:33 -0000
@@ -343,6 +343,11 @@ the command <code>svn log --stop-on-copy
   subject line, all changes should be recorded in
   <code>gcc/ChangeLog.mem-ref2</code>.</dd>

+  <dt>vect256</dt>
+  <dd>This branch is for extending vectorizer to 256bit.  The branch is
+  maintained by Richard Guenther and H.J. Lu.  Patches should be marked
+  with the tag
+  <code>[vect256]</code> in the subject line.</dd>
 </dl>

 <h4>Architecture-specific</h4>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]