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]

[PATH wwwdocs] Mention avx-512vlbwdq branch in svn.html


Hello,
Patch below introduces mention of avx-512vlbwdq SVN
branch in htdocs/svn.html

Same prefix for e-mail (w/ avx-512) put intentionally.

Is it ok to install?

--
Thanks, K

===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/svn.html,v
retrieving revision 1.198
diff -p -r1.198 svn.html
*** htdocs/svn.html	21 Jun 2014 19:01:11 -0000	1.198
--- htdocs/svn.html	27 Jul 2014 12:25:46 -0000
*************** the command <code>svn log --stop-on-copy
*** 364,369 ****
--- 364,377 ----
  <h4>Architecture-specific</h4>
  
  <dl>
+   <dt>avx-512vlbwdq</dt>
+   <dd>The goal of this branch is to implement Intel AVX-512{VL,BW,DQ}
+   Programming Reference
+   (<a href="https://software.intel.com/sites/default/files/managed/c6/a9/319433-020.pdf";>link</a>).
+   The branch is maintained by Yukhin Kirill &lt;<a
+   href="mailto:kirill.yukhin@intel.com";>kirill.yukhin@intel.com</a>&gt;.
+   Patches should be marked with the tag <code>[AVX512]</code> in the subject
+   line.</dd>
  
    <dt>avx512</dt>
    <dd>The goal of this branch is to implement Intel AVX-512 and SHA


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