public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed][wwwdocs] gcc-12/changes.html: Document RISC-V changes
@ 2022-04-28  3:35 Kito Cheng
  2024-05-17 21:30 ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Kito Cheng @ 2022-04-28  3:35 UTC (permalink / raw)
  To: gcc-patches, kito.cheng, jim.wilson.gcc; +Cc: Kito Cheng

---
 htdocs/gcc-12/changes.html | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 78b7b05f..e9f132c0 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -736,7 +736,18 @@ function Multiply (S1, S2 : Sign) return Sign is
 </ul>
 <!-- <h3 id="s390">S/390, System z, IBM z Systems</h3> -->
 
-<!-- <h3 id="riscv">RISC-V</h3> -->
+<h3 id="riscv">RISC-V</h3>
+<ul>
+    <li>Default ISA spec version was bump to 20191213, more detail see this <a
+    href"https://groups.google.com/a/groups.riscv.org/g/sw-dev/c/aE1ZeHHCYf4">
+    announcement</a></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 marco and <code>-march=</code> parsing.</li>
+    <li>The option <code>-mtune=thead-c906</code> is added to tune for T-HEAD
+	c906 cores.</li>
+  </li>
+</ul>
 
 <!-- <h3 id="rx">RX</h3> -->
 
-- 
2.17.1


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

* Re: [committed][wwwdocs] gcc-12/changes.html: Document RISC-V changes
  2022-04-28  3:35 [committed][wwwdocs] gcc-12/changes.html: Document RISC-V changes Kito Cheng
@ 2024-05-17 21:30 ` Gerald Pfeifer
  2024-05-17 21:37   ` Palmer Dabbelt
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2024-05-17 21:30 UTC (permalink / raw)
  To: Kito Cheng; +Cc: gcc-patches, kito.cheng, jim.wilson.gcc

On Thu, 28 Apr 2022, Kito Cheng wrote:
> ---
>  htdocs/gcc-12/changes.html | 13 ++++++++++++-
:
> +    <li>New ISA extension support for vector and scalar crypto was added, only
> +	support architecture testing marco and <code>-march=</code> parsing.</li>

I realized I'm not sure I understand what the second part ("only 
support...") means.

That for the time being (back then) only the macros and -march parsing 
were supported?

Gerald

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

* Re: [committed][wwwdocs] gcc-12/changes.html: Document RISC-V changes
  2024-05-17 21:30 ` Gerald Pfeifer
@ 2024-05-17 21:37   ` Palmer Dabbelt
  2024-05-22 10:21     ` Gerald Pfeifer
  0 siblings, 1 reply; 4+ messages in thread
From: Palmer Dabbelt @ 2024-05-17 21:37 UTC (permalink / raw)
  To: gerald; +Cc: kito.cheng, gcc-patches, Kito Cheng, Jim Wilson

On Fri, 17 May 2024 14:30:49 PDT (-0700), gerald@pfeifer.com wrote:
> On Thu, 28 Apr 2022, Kito Cheng wrote:
>> ---
>>  htdocs/gcc-12/changes.html | 13 ++++++++++++-
> :
>> +    <li>New ISA extension support for vector and scalar crypto was added, only
>> +	support architecture testing marco and <code>-march=</code> parsing.</li>
>
> I realized I'm not sure I understand what the second part ("only
> support...") means.
>
> That for the time being (back then) only the macros and -march parsing
> were supported?

Ya, I guess it's kind of an odd phrasing.  Maybe it should be something 
like

    <li>The vector and scalar crypto extensions are now accepted in ISA 
    strings via the <code>-march</code> argument.  Note that enabling these 
    extensions will only set the coorespending feature test macros and 
    enable assembler support, they don't yet generate binaries with the 
    instructions added in these extensions.</li>

> Gerald

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

* Re: [committed][wwwdocs] gcc-12/changes.html: Document RISC-V changes
  2024-05-17 21:37   ` Palmer Dabbelt
@ 2024-05-22 10:21     ` Gerald Pfeifer
  0 siblings, 0 replies; 4+ messages in thread
From: Gerald Pfeifer @ 2024-05-22 10:21 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: kito.cheng, gcc-patches, Kito Cheng, Jim Wilson

On Fri, 17 May 2024, Palmer Dabbelt wrote:
> Ya, I guess it's kind of an odd phrasing.  Maybe it should be something like

Yes, this would have helped me understand. Thank you.

>    <li>The vector and scalar crypto extensions are now accepted in ISA strings
>    via the <code>-march</code> argument.  Note that enabling these extensions
>    will only set the coorespending feature test macros and enable assembler
                       ^^^^^^^^^^^^^
>    support, they don't yet generate binaries with the instructions added in
>    these extensions.</li>

Are you going to push this change (with the typo marked above fixed and
maybe "added by these extensions" instead of "...in...")?

Gerald

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

end of thread, other threads:[~2024-05-22 10:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28  3:35 [committed][wwwdocs] gcc-12/changes.html: Document RISC-V changes Kito Cheng
2024-05-17 21:30 ` Gerald Pfeifer
2024-05-17 21:37   ` Palmer Dabbelt
2024-05-22 10:21     ` 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).