diff mbox series

mention x86-64-vX micro-architecture levels in the release notes

Message ID 8c8d65bb-6358-660f-a1b1-b436b87639f7@ubuntu.com
State New
Headers show
Series mention x86-64-vX micro-architecture levels in the release notes | expand

Commit Message

Matthias Klose April 27, 2021, 10:16 a.m. UTC
Just saw, these are not mentioned on the release notes. Ok to document these?

Matthias

Comments

Florian Weimer April 27, 2021, 11:03 a.m. UTC | #1
* Matthias Klose:

> Just saw, these are not mentioned on the release notes. Ok to document these?
>
> Matthias
>
> --- a/htdocs/gcc-11/changes.html
> +++ b/htdocs/gcc-11/changes.html
> @@ -690,6 +690,10 @@ You may also want to check out our
>    <li>GCC now supports AMD CPUs based on the <code>znver3</code> core
>      via <code>-march=znver3</code>.
>    </li>
> +  <li>GCC now supports micro-architecture levels defined in the x86-64 psABI
> +    via <code>-march=x86-64-v2</code>, <code>-march=x86-64-v3</code> and
> +    <code>-march=x86-64-v4</code>.
> +  </li>
>  </ul>

Looks okay to me.  Thanks.

Florian
diff mbox series

Patch

--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -690,6 +690,10 @@  You may also want to check out our
   <li>GCC now supports AMD CPUs based on the <code>znver3</code> core
     via <code>-march=znver3</code>.
   </li>
+  <li>GCC now supports micro-architecture levels defined in the x86-64 psABI
+    via <code>-march=x86-64-v2</code>, <code>-march=x86-64-v3</code> and
+    <code>-march=x86-64-v4</code>.
+  </li>
 </ul>