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

Message ID 20240508131749.3E8E533E9B@hamza.pair.com
State New
Headers
Series [pushed] wwwdocs: gcc-13: 512-bit instead of 512 bit |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Gerald Pfeifer May 8, 2024, 1:17 p.m. UTC
  A detail I missed last year. My bad. Fixed thusly and pushed.

Gerald
---
 htdocs/gcc-13/changes.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index 15a309d6..e324b782 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -609,7 +609,7 @@  You may also want to check out our
   </li>
   <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>