public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* Mention avx2 patch
@ 2011-06-20 13:29 H.J. Lu
  2011-07-28  7:28 ` Kirill Yukhin
  0 siblings, 1 reply; 5+ messages in thread
From: H.J. Lu @ 2011-06-20 13:29 UTC (permalink / raw)
  To: gcc-patches

Hi,

This patch removes ix86/avx branch and mentions avx2 branch.  OK
to install?


H.J.
----
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.162
diff -u -p -r1.162 svn.html
--- svn.html	3 Jun 2011 14:04:32 -0000	1.162
+++ svn.html	20 Jun 2011 12:41:27 -0000
@@ -353,13 +353,12 @@ the command <code>svn log --stop-on-copy
   and Erven Rohou
   &lt;<a href="mailto:erven.rohou@st.com">erven.rohou@st.com</a>&gt;.</dd>
 
-  <dt>ix86/avx</dt>
-  <dd>The goal of this branch is to implement Intel AVX (Intel Advanced
-  Vector Extensions).  The branch is maintained by
-  H.J. Lu &lt;<a href="mailto:hjl.tools@gmail.com">hjl.tools@gmail.com</a>&gt;,
-  Joey Ye &lt;<a href="mailto:joey.ye@intel.com">joey.ye@intel.com</a>&gt;
-  and Xuepeng Guo &lt;<a href="mailto:xuepeng.guo@intel.com">xuepeng.guo@intel.com</a>&gt;.
-  Patches should be marked with the tag <code>[AVX]</code> in the subject
+  <dt>avx2</dt>
+  <dd>The goal of this branch is to implement AVX Programming Reference
+  (June, 2011). The branch is maintained by
+  H.J. Lu &lt;<a href="mailto:hjl.tools@gmail.com">hjl.tools@gmail.com</a>&gt;
+  and Yukhin Kirill &lt;<a href="mailto:kirill.yukhin@intel.com">kirill.yukhin@intel.com</a>&gt;.
+  Patches should be marked with the tag <code>[AVX2]</code> in the subject
   line.</dd>
 
   <dt>ix86/gcc-4_5-branch</dt>

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

* Re: Mention avx2 patch
  2011-06-20 13:29 Mention avx2 patch H.J. Lu
@ 2011-07-28  7:28 ` Kirill Yukhin
  2011-07-28 11:40   ` Gerald Pfeifer
  0 siblings, 1 reply; 5+ messages in thread
From: Kirill Yukhin @ 2011-07-28  7:28 UTC (permalink / raw)
  To: H.J. Lu, gerald; +Cc: gcc-patches

Ping

--
Thanks, K

On Mon, Jun 20, 2011 at 4:43 PM, H.J. Lu <hongjiu.lu@intel.com> wrote:
> Hi,
>
> This patch removes ix86/avx branch and mentions avx2 branch.  OK
> to install?
>
>
> H.J.
> ----
> Index: svn.html
> ===================================================================
> RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
> retrieving revision 1.162
> diff -u -p -r1.162 svn.html
> --- svn.html    3 Jun 2011 14:04:32 -0000       1.162
> +++ svn.html    20 Jun 2011 12:41:27 -0000
> @@ -353,13 +353,12 @@ the command <code>svn log --stop-on-copy
>   and Erven Rohou
>   &lt;<a href="mailto:erven.rohou@st.com">erven.rohou@st.com</a>&gt;.</dd>
>
> -  <dt>ix86/avx</dt>
> -  <dd>The goal of this branch is to implement Intel AVX (Intel Advanced
> -  Vector Extensions).  The branch is maintained by
> -  H.J. Lu &lt;<a href="mailto:hjl.tools@gmail.com">hjl.tools@gmail.com</a>&gt;,
> -  Joey Ye &lt;<a href="mailto:joey.ye@intel.com">joey.ye@intel.com</a>&gt;
> -  and Xuepeng Guo &lt;<a href="mailto:xuepeng.guo@intel.com">xuepeng.guo@intel.com</a>&gt;.
> -  Patches should be marked with the tag <code>[AVX]</code> in the subject
> +  <dt>avx2</dt>
> +  <dd>The goal of this branch is to implement AVX Programming Reference
> +  (June, 2011). The branch is maintained by
> +  H.J. Lu &lt;<a href="mailto:hjl.tools@gmail.com">hjl.tools@gmail.com</a>&gt;
> +  and Yukhin Kirill &lt;<a href="mailto:kirill.yukhin@intel.com">kirill.yukhin@intel.com</a>&gt;.
> +  Patches should be marked with the tag <code>[AVX2]</code> in the subject
>   line.</dd>
>
>   <dt>ix86/gcc-4_5-branch</dt>
>

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

* Re: Mention avx2 patch
  2011-07-28  7:28 ` Kirill Yukhin
@ 2011-07-28 11:40   ` Gerald Pfeifer
  2011-07-29 11:38     ` Kirill Yukhin
  2011-08-08 14:24     ` H.J. Lu
  0 siblings, 2 replies; 5+ messages in thread
From: Gerald Pfeifer @ 2011-07-28 11:40 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: H.J. Lu, gcc-patches

On Thu, 28 Jul 2011, Kirill Yukhin wrote:
> Ping

Oh, sure.  I had somehow thought this had been applied already.

Instead of just removing ix86/avx, would you mind moving it to
the "Inactive Development Branches" section?

Gerald

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

* Re: Mention avx2 patch
  2011-07-28 11:40   ` Gerald Pfeifer
@ 2011-07-29 11:38     ` Kirill Yukhin
  2011-08-08 14:24     ` H.J. Lu
  1 sibling, 0 replies; 5+ messages in thread
From: Kirill Yukhin @ 2011-07-29 11:38 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: H.J. Lu, gcc-patches

Agreed, but I have no idea, how to work with wwwdocs at all.

H.J., could you please move ix86/avx to "inactive" section?

Thanks, K

On Thu, Jul 28, 2011 at 2:26 PM, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> On Thu, 28 Jul 2011, Kirill Yukhin wrote:
>> Ping
>
> Oh, sure.  I had somehow thought this had been applied already.
>
> Instead of just removing ix86/avx, would you mind moving it to
> the "Inactive Development Branches" section?
>
> Gerald
>

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

* Re: Mention avx2 patch
  2011-07-28 11:40   ` Gerald Pfeifer
  2011-07-29 11:38     ` Kirill Yukhin
@ 2011-08-08 14:24     ` H.J. Lu
  1 sibling, 0 replies; 5+ messages in thread
From: H.J. Lu @ 2011-08-08 14:24 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Kirill Yukhin, gcc-patches

On Thu, Jul 28, 2011 at 3:26 AM, Gerald Pfeifer <gerald@pfeifer.com> wrote:
> On Thu, 28 Jul 2011, Kirill Yukhin wrote:
>> Ping
>
> Oh, sure.  I had somehow thought this had been applied already.
>
> Instead of just removing ix86/avx, would you mind moving it to
> the "Inactive Development Branches" section?

I am applying this patch.

Thanks.


-- 
H.J.
---
Index: svn.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.162
diff -u -p -r1.162 svn.html
--- svn.html	3 Jun 2011 14:04:32 -0000	1.162
+++ svn.html	8 Aug 2011 14:02:40 -0000
@@ -353,13 +353,12 @@ the command <code>svn log --stop-on-copy
   and Erven Rohou
   &lt;<a href="mailto:erven.rohou@st.com">erven.rohou@st.com</a>&gt;.</dd>

-  <dt>ix86/avx</dt>
-  <dd>The goal of this branch is to implement Intel AVX (Intel Advanced
-  Vector Extensions).  The branch is maintained by
-  H.J. Lu &lt;<a href="mailto:hjl.tools@gmail.com">hjl.tools@gmail.com</a>&gt;,
-  Joey Ye &lt;<a href="mailto:joey.ye@intel.com">joey.ye@intel.com</a>&gt;
-  and Xuepeng Guo &lt;<a
href="mailto:xuepeng.guo@intel.com">xuepeng.guo@intel.com</a>&gt;.
-  Patches should be marked with the tag <code>[AVX]</code> in the subject
+  <dt>avx2</dt>
+  <dd>The goal of this branch is to implement AVX Programming Reference
+  (June, 2011). The branch is maintained by
+  H.J. Lu &lt;<a href="mailto:hjl.tools@gmail.com">hjl.tools@gmail.com</a>&gt;
+  and Yukhin Kirill &lt;<a
href="mailto:kirill.yukhin@intel.com">kirill.yukhin@intel.com</a>&gt;.
+  Patches should be marked with the tag <code>[AVX2]</code> in the subject
   line.</dd>

   <dt>ix86/gcc-4_5-branch</dt>
@@ -1064,6 +1063,14 @@ be prefixed with the initials of the dis
   by <a href="mailto:laurynas.biveinis@gmail.com">Laurynas
   Biveinis</a>.</dd>

+  <dt>ix86/avx</dt>
+  <dd>The goal of this branch is to implement Intel AVX (Intel Advanced
+  Vector Extensions).  The branch is maintained by
+  H.J. Lu &lt;<a href="mailto:hjl.tools@gmail.com">hjl.tools@gmail.com</a>&gt;,
+  Joey Ye &lt;<a href="mailto:joey.ye@intel.com">joey.ye@intel.com</a>&gt;
+  and Xuepeng Guo &lt;<a
href="mailto:xuepeng.guo@intel.com">xuepeng.guo@intel.com</a>&gt;.
+  Patches should be marked with the tag <code>[AVX]</code> in the subject
+  line.</dd>
 </dl>

 </body>

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

end of thread, other threads:[~2011-08-08 14:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-20 13:29 Mention avx2 patch H.J. Lu
2011-07-28  7:28 ` Kirill Yukhin
2011-07-28 11:40   ` Gerald Pfeifer
2011-07-29 11:38     ` Kirill Yukhin
2011-08-08 14:24     ` H.J. Lu

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