public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [wwwdocs] Add znver3 support to changes.html
@ 2021-04-13 12:49 Martin Jambor
  2021-04-20 17:27 ` Martin Jambor
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jambor @ 2021-04-13 12:49 UTC (permalink / raw)
  To: GCC Patches

Hi,

Martin Liška correctly observed that the newly added support for AMD
zenver3 in GCC 11 and 10.3 is not reflected in the changes.html files.

Would the following be OK?

Thanks,

Martin


diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
index d5166879..d9971ffb 100644
--- a/htdocs/gcc-10/changes.html
+++ b/htdocs/gcc-10/changes.html
@@ -1144,6 +1144,12 @@ are not listed here).</p>
   makes the code specific to 512-bit SVE.</li>
 </ul>
 
+<h3>x86-64</h3>
+<ul>
+  <li>GCC 10.3 supports AMD CPUs based on <code>znver3</code> core
+  through <code>-march=znver3</code>.
+  </li>
+</ul>
 <!-- .................................................................. -->
 
 </body>
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index a7fa4e1b..97a622f4 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -634,6 +634,9 @@ a work-in-progress.</p>
     The switch enables the CLDEMOTE, PTWRITE, WAITPKG, SERIALIZE, KEYLOCKER,
     AVX-VNNI, and HRESET ISA extensions.
   </li>
+  <li>GCC now supports AMD CPUs based on <code>znver3</code> core
+  through <code>-march=znver3</code>.
+  </li>
 </ul>
 
 

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

* Re: [wwwdocs] Add znver3 support to changes.html
  2021-04-13 12:49 [wwwdocs] Add znver3 support to changes.html Martin Jambor
@ 2021-04-20 17:27 ` Martin Jambor
  2021-04-20 18:06   ` Gerald Pfeifer
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jambor @ 2021-04-20 17:27 UTC (permalink / raw)
  To: GCC Patches

Hi,

I'd like to ping the following, since we already have an RC.

Thanks,

On Tue, Apr 13 2021, Martin Jambor wrote:
> Hi,
>
> Martin Liška correctly observed that the newly added support for AMD
> zenver3 in GCC 11 and 10.3 is not reflected in the changes.html files.
>
> Would the following be OK?
>
> Thanks,
>
> Martin
>
>
> diff --git a/htdocs/gcc-10/changes.html b/htdocs/gcc-10/changes.html
> index d5166879..d9971ffb 100644
> --- a/htdocs/gcc-10/changes.html
> +++ b/htdocs/gcc-10/changes.html
> @@ -1144,6 +1144,12 @@ are not listed here).</p>
>    makes the code specific to 512-bit SVE.</li>
>  </ul>
>  
> +<h3>x86-64</h3>
> +<ul>
> +  <li>GCC 10.3 supports AMD CPUs based on <code>znver3</code> core
> +  through <code>-march=znver3</code>.
> +  </li>
> +</ul>
>  <!-- .................................................................. -->
>  
>  </body>
> diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
> index a7fa4e1b..97a622f4 100644
> --- a/htdocs/gcc-11/changes.html
> +++ b/htdocs/gcc-11/changes.html
> @@ -634,6 +634,9 @@ a work-in-progress.</p>
>      The switch enables the CLDEMOTE, PTWRITE, WAITPKG, SERIALIZE, KEYLOCKER,
>      AVX-VNNI, and HRESET ISA extensions.
>    </li>
> +  <li>GCC now supports AMD CPUs based on <code>znver3</code> core
> +  through <code>-march=znver3</code>.
> +  </li>
>  </ul>
>  
>  

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

* Re: [wwwdocs] Add znver3 support to changes.html
  2021-04-20 17:27 ` Martin Jambor
@ 2021-04-20 18:06   ` Gerald Pfeifer
  0 siblings, 0 replies; 3+ messages in thread
From: Gerald Pfeifer @ 2021-04-20 18:06 UTC (permalink / raw)
  To: Martin Jambor; +Cc: GCC Patches

Hi Martin,

On Tue, 20 Apr 2021, Martin Jambor wrote:
> I'd like to ping the following, since we already have an RC.

sorry for not getting to this via list right away.

> > +  <li>GCC 10.3 supports AMD CPUs based on <code>znver3</code> core
> > +  through <code>-march=znver3</code>.

I believe "based on the ... core" will be better and (just a 
recommendation, totally your call) would use "via" over "through" 
to make this more direct.

This applies to both parts of the original patch and both are fine. :)

Thank you,
Gerald

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

end of thread, other threads:[~2021-04-20 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-13 12:49 [wwwdocs] Add znver3 support to changes.html Martin Jambor
2021-04-20 17:27 ` Martin Jambor
2021-04-20 18:06   ` Gerald Pfeifer

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