diff mbox series

[pushed] wwwdocs: gcc-12: Tweak RISC-V default ISA announcement

Message ID 20240704103014.CCA3D33E9C@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-12: Tweak RISC-V default ISA announcement | expand

Commit Message

Gerald Pfeifer July 4, 2024, 10:30 a.m. UTC
"bump" instead of "bumped" triggered by attention, and while I was there 
already I tweaked the whole entry.

Pushed.

Gerald
---
 htdocs/gcc-12/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index bf332c86..b97dc376 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -899,9 +899,9 @@  function Multiply (S1, S2 : Sign) return Sign is
 
 <h3 id="riscv">RISC-V</h3>
 <ul>
-    <li>Default ISA spec version was bump to 20191213, more detail see this <a
+    <li>The default ISA spec version was bumped to 20191213; see <a
     href="https://groups.google.com/a/groups.riscv.org/g/sw-dev/c/aE1ZeHHCYf4">
-    announcement</a></li>
+    this announcement</a> for details.</li>
     <li>New ISA extension support for zba, zbb, zbc, zbs was added.</li>
     <li>New ISA extension support for vector and scalar crypto was added, only
 	support architecture testing macro and <code>-march=</code> parsing.</li>