public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, wwwdocs] Add -march=skylake-avx512 to gcc-6/changes.html.
@ 2015-10-16 14:47 Kirill Yukhin
  2015-10-17  0:56 ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Kirill Yukhin @ 2015-10-16 14:47 UTC (permalink / raw)
  To: Gerald Pfeifer, Uros Bizjak; +Cc: GCC Patches

Hello,
Patch in the bottom adds mentioning of new
`march=skylake-avx512' to gcc-6/changes.html.

Is it ok to install?

This switch was backported to gcc-5.
Is it ok to create a new section `GCC 5.3' and put it there
or I need to wait for actual release?

--
Thanks, K

Index: htdocs/gcc-6/changes.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-6/changes.html,v
retrieving revision 1.36
diff -p -r1.36 changes.html
*** htdocs/gcc-6/changes.html   12 Oct 2015 16:55:25 -0000      1.36
--- htdocs/gcc-6/changes.html   16 Oct 2015 12:24:54 -0000
*************** enum {
*** 188,193 ****
--- 188,197 ----

  <h3 id="x86">IA-32/x86-64</h3>
     <ul>
+      <li>GCC now supports the Intel CPU named Skylake with AVX-512 extensions
+       through <code>-march=skylake-avx512</code>. The switch enables following
+       ISA extensions: AVX-512F, AVX512VL, AVX-512CD, AVX-512BW, AVX-512DQ.
+      </li>
       <li>
         Support for new AMD instructions <code>monitorx</code> and
         <code>mwaitx</code> has been added. This includes new intrinsic

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

* Re: [PATCH, wwwdocs] Add -march=skylake-avx512 to gcc-6/changes.html.
  2015-10-16 14:47 [PATCH, wwwdocs] Add -march=skylake-avx512 to gcc-6/changes.html Kirill Yukhin
@ 2015-10-17  0:56 ` Gerald Pfeifer
  2015-10-20  9:03   ` Kirill Yukhin
  0 siblings, 1 reply; 3+ messages in thread
From: Gerald Pfeifer @ 2015-10-17  0:56 UTC (permalink / raw)
  To: Kirill Yukhin; +Cc: Uros Bizjak, GCC Patches

On Fri, 16 Oct 2015, Kirill Yukhin wrote:
> Is it ok to install?

Yes, just add a "the" before "following".

> This switch was backported to gcc-5.
> Is it ok to create a new section `GCC 5.3' and put it there
> or I need to wait for actual release?

How about if you add it now, and add "(pending)" to that title?

Gerald

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

* Re: [PATCH, wwwdocs] Add -march=skylake-avx512 to gcc-6/changes.html.
  2015-10-17  0:56 ` Gerald Pfeifer
@ 2015-10-20  9:03   ` Kirill Yukhin
  0 siblings, 0 replies; 3+ messages in thread
From: Kirill Yukhin @ 2015-10-20  9:03 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Uros Bizjak, GCC Patches

On 17 Oct 02:37, Gerald Pfeifer wrote:
> On Fri, 16 Oct 2015, Kirill Yukhin wrote:
> > Is it ok to install?
> 
> Yes, just add a "the" before "following".
> 
> > This switch was backported to gcc-5.
> > Is it ok to create a new section `GCC 5.3' and put it there
> > or I need to wait for actual release?
> 
> How about if you add it now, and add "(pending)" to that title?

Thanks a lot, Gerald. I've implemented both suggestions.

Checked in.
> 
> Gerald

--
Thanks, K

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

end of thread, other threads:[~2015-10-20  8:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-16 14:47 [PATCH, wwwdocs] Add -march=skylake-avx512 to gcc-6/changes.html Kirill Yukhin
2015-10-17  0:56 ` Gerald Pfeifer
2015-10-20  9:03   ` Kirill Yukhin

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