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

2014-07-27 Thread Kirill Yukhin
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 -  1.198
--- htdocs/svn.html 27 Jul 2014 12:25:46 -
*** the command codesvn log --stop-on-copy
*** 364,369 
--- 364,377 
  h4Architecture-specific/h4
  
  dl
+   dtavx-512vlbwdq/dt
+   ddThe 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.yuk...@intel.com;kirill.yuk...@intel.com/agt;.
+   Patches should be marked with the tag code[AVX512]/code in the subject
+   line./dd
  
dtavx512/dt
ddThe goal of this branch is to implement Intel AVX-512 and SHA


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

2014-07-27 Thread Gerald Pfeifer
Hi Kirill,

On Sun, 27 Jul 2014, Kirill Yukhin wrote:
 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?

you don't need to get explicit approval for release notes related to 
your areas of expertise, svn.html maintenance, and the like, though 
I'm happy to provide editorial review whenever you desire so.

So, yes this is okay.

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

This probably might be better as the Intel AVX-512... (with an extra
the)?

Gerald