diff mbox series

[pushed] wwwdocs: gcc-12: 512-bit instead of 512 bit

Message ID 20240508132250.7C7AE33E9B@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-12: 512-bit instead of 512 bit | expand

Commit Message

Gerald Pfeifer May 8, 2024, 1:22 p.m. UTC
Same as for GCC 13, as I just noticed. Pushed.

Gerald

---
 htdocs/gcc-12/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index b4e29d72..8a0347e3 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -1149,7 +1149,7 @@  are not listed here).</p>
 <ul>
   <li>GCC now supports AMD CPUs based on the <code>znver4</code> core
     via <code>-march=znver4</code>.  The switch makes GCC consider
-    using 512 bit vectors when auto-vectorizing.
+    using 512-bit vectors when auto-vectorizing.
   </li>
 </ul>