public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: [wwwdocs] gcc-13: Add release note for RISC-V
@ 2023-04-20  6:22 jiawei
  2023-04-20  6:35 ` Kito Cheng
  0 siblings, 1 reply; 6+ messages in thread
From: jiawei @ 2023-04-20  6:22 UTC (permalink / raw)
  To: kito.cheng; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 2035 bytes --]

> ---
>  htdocs/gcc-13/changes.html | 31 ++++++++++++++++++++++++++++++-
>  1 file changed, 30 insertions(+), 1 deletion(-)
> 
> diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> index f6941534..5427f805 100644
> --- a/htdocs/gcc-13/changes.html
> +++ b/htdocs/gcc-13/changes.html
> @@ -636,9 +636,32 @@ a work-in-progress.</p>
>  
>  <h3 id="riscv">RISC-V</h3>
>  <ul>
> -    <li>New ISA extension support for zawrs.</li>
> +    <li>Supports vector intrinsics as specified in <a
> +	href="https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree/v0.11.x">
> +	version 0.11 of the RISC-V vector intrinsic specification</a>,
> +	thanks Ju-Zhe Zhong from <a href="https://rivai-ic.com.cn/">RiVAI</a>
> +	for contributing most of implementation.
> +    </li>
>      <li>Support for the following vendor extensions has been added:
>        <ul>
> +	<li>Zawrs</li>
> +	<li>Zicbom</li>
> +	<li>Zicboz</li>
> +	<li>Zicbop</li>
> +	<li>Zfh</li>
> +	<li>Zfhmin</li>
> +	<li>Zmmul</li>
> +	<li>Zdinx</li>
> +	<li>Zfinx</li>
> +	<li>Zhinx</li>
> +	<li>Zhinxmin</li>
> +	<li>Zksh</li>
> +	<li>Zksed</li>
> +	<li>Zknd</li>
> +	<li>Zkne</li>
> +	<li>Zbkb</li>
> +	<li>Zbkc</li>
> +	<li>Zbkx</li>
>          <li>XTheadBa</li>
>          <li>XTheadBb</li>
>          <li>XTheadBs</li>
> @@ -657,8 +680,14 @@ a work-in-progress.</p>
>        option (GCC identifiers in parentheses).
>        <ul>
>          <li>T-Head's XuanTie C906 (<code>thead-c906</code>).</li>
> +        <li>Ventana's VT1 (<code>ventana-vt1</code>).</li>
>        </ul>
>      </li>
> +    <li>Improves the multi-lib selection mechanism for the bare-metal toolchain
> +	(riscv*-elf*). GCC will now automatically select the best-fit multi-lib
> +	candidate instead of requiring all possible reuse rules to be listed at
> +	build time.
> +    </li>
>  </ul>
>  
>  <!-- <h3 id="rx">RX</h3> -->
> -- 
> 2.39.2LGTM, do we missed the timeline to merge code size reduction extensions support in gcc13?https://gcc.gnu.org/pipermail/gcc-patches/2023-April/615287.html

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

* Re: [wwwdocs] gcc-13: Add release note for RISC-V
  2023-04-20  6:22 [wwwdocs] gcc-13: Add release note for RISC-V jiawei
@ 2023-04-20  6:35 ` Kito Cheng
  0 siblings, 0 replies; 6+ messages in thread
From: Kito Cheng @ 2023-04-20  6:35 UTC (permalink / raw)
  To: jiawei; +Cc: gcc-patches

> LGTM, do we missed the timeline to merge code size reduction extensions support in gcc13?

Yeah, GCC 13 is branching out, so we need to wait for GCC 14, I also
really want to have this in GCC 13 too, and I am a little concerned
that it is still not officially ratified yet for merge that.

>
>  https://gcc.gnu.org/pipermail/gcc-patches/2023-April/615287.html

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

* Re: [wwwdocs] gcc-13: Add release note for RISC-V
  2023-04-19 14:42 ` Palmer Dabbelt
@ 2023-04-19 15:08   ` Kito Cheng
  0 siblings, 0 replies; 6+ messages in thread
From: Kito Cheng @ 2023-04-19 15:08 UTC (permalink / raw)
  To: Palmer Dabbelt; +Cc: gcc-patches, jeffreyalaw, juzhe.zhong, kito.cheng

[-- Attachment #1: Type: text/plain, Size: 2698 bytes --]

> On Wed, 19 Apr 2023 06:53:51 PDT (-0700), kito.cheng@sifive.com wrote:
> > ---
> >  htdocs/gcc-13/changes.html | 31 ++++++++++++++++++++++++++++++-
> >  1 file changed, 30 insertions(+), 1 deletion(-)
> >
> > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> > index f6941534..5427f805 100644
> > --- a/htdocs/gcc-13/changes.html
> > +++ b/htdocs/gcc-13/changes.html
> > @@ -636,9 +636,32 @@ a work-in-progress.</p>
> >
> >  <h3 id="riscv">RISC-V</h3>
> >  <ul>
> > -    <li>New ISA extension support for zawrs.</li>
> > +    <li>Supports vector intrinsics as specified in <a
>
> Maybe "Support for vector intrinsics"?  That matches how the other ones
> are written.


Thanks, seems like I can’t rely on chatgpt to proofread too much :p


>
> > +     href="
> https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree/v0.11.x">
> > +     version 0.11 of the RISC-V vector intrinsic specification</a>,
> > +     thanks Ju-Zhe Zhong from <a href="https://rivai-ic.com.cn/
> ">RiVAI</a>
> > +     for contributing most of implementation.
> > +    </li>
> >      <li>Support for the following vendor extensions has been added:
> >        <ul>
> > +     <li>Zawrs</li>
>
> These aren't vendor extensions.  We should probably have another header.



Oh damm, good catch.


>
> > +     <li>Zicbom</li>
> > +     <li>Zicboz</li>
> > +     <li>Zicbop</li>
> > +     <li>Zfh</li>
> > +     <li>Zfhmin</li>
> > +     <li>Zmmul</li>
> > +     <li>Zdinx</li>
> > +     <li>Zfinx</li>
> > +     <li>Zhinx</li>
> > +     <li>Zhinxmin</li>
> > +     <li>Zksh</li>
> > +     <li>Zksed</li>
> > +     <li>Zknd</li>
> > +     <li>Zkne</li>
> > +     <li>Zbkb</li>
> > +     <li>Zbkc</li>
> > +     <li>Zbkx</li>
> >          <li>XTheadBa</li>
> >          <li>XTheadBb</li>
> >          <li>XTheadBs</li>
> > @@ -657,8 +680,14 @@ a work-in-progress.</p>
> >        option (GCC identifiers in parentheses).
> >        <ul>
> >          <li>T-Head's XuanTie C906 (<code>thead-c906</code>).</li>
> > +        <li>Ventana's VT1 (<code>ventana-vt1</code>).</li>
>
> IIRC we didn't actually merge the VT1 stuff, it was deferred for gcc-14.


Ok, I guess it because i just grab that by tig —grep ^RISC and missed the
revert commit.


> >        </ul>
> >      </li>
> > +    <li>Improves the multi-lib selection mechanism for the bare-metal
> toolchain
> > +     (riscv*-elf*). GCC will now automatically select the best-fit
> multi-lib
> > +     candidate instead of requiring all possible reuse rules to be
> listed at
> > +     build time.
> > +    </li>
> >  </ul>
> >
> >  <!-- <h3 id="rx">RX</h3> -->
>

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

* Re: [wwwdocs] gcc-13: Add release note for RISC-V
  2023-04-19 13:53 Kito Cheng
  2023-04-19 14:38 ` 钟居哲
@ 2023-04-19 14:42 ` Palmer Dabbelt
  2023-04-19 15:08   ` Kito Cheng
  1 sibling, 1 reply; 6+ messages in thread
From: Palmer Dabbelt @ 2023-04-19 14:42 UTC (permalink / raw)
  To: kito.cheng; +Cc: gcc-patches, Kito Cheng, juzhe.zhong, jeffreyalaw, kito.cheng

On Wed, 19 Apr 2023 06:53:51 PDT (-0700), kito.cheng@sifive.com wrote:
> ---
>  htdocs/gcc-13/changes.html | 31 ++++++++++++++++++++++++++++++-
>  1 file changed, 30 insertions(+), 1 deletion(-)
>
> diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
> index f6941534..5427f805 100644
> --- a/htdocs/gcc-13/changes.html
> +++ b/htdocs/gcc-13/changes.html
> @@ -636,9 +636,32 @@ a work-in-progress.</p>
>
>  <h3 id="riscv">RISC-V</h3>
>  <ul>
> -    <li>New ISA extension support for zawrs.</li>
> +    <li>Supports vector intrinsics as specified in <a

Maybe "Support for vector intrinsics"?  That matches how the other ones 
are written.

> +	href="https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree/v0.11.x">
> +	version 0.11 of the RISC-V vector intrinsic specification</a>,
> +	thanks Ju-Zhe Zhong from <a href="https://rivai-ic.com.cn/">RiVAI</a>
> +	for contributing most of implementation.
> +    </li>
>      <li>Support for the following vendor extensions has been added:
>        <ul>
> +	<li>Zawrs</li>

These aren't vendor extensions.  We should probably have another header.

> +	<li>Zicbom</li>
> +	<li>Zicboz</li>
> +	<li>Zicbop</li>
> +	<li>Zfh</li>
> +	<li>Zfhmin</li>
> +	<li>Zmmul</li>
> +	<li>Zdinx</li>
> +	<li>Zfinx</li>
> +	<li>Zhinx</li>
> +	<li>Zhinxmin</li>
> +	<li>Zksh</li>
> +	<li>Zksed</li>
> +	<li>Zknd</li>
> +	<li>Zkne</li>
> +	<li>Zbkb</li>
> +	<li>Zbkc</li>
> +	<li>Zbkx</li>
>          <li>XTheadBa</li>
>          <li>XTheadBb</li>
>          <li>XTheadBs</li>
> @@ -657,8 +680,14 @@ a work-in-progress.</p>
>        option (GCC identifiers in parentheses).
>        <ul>
>          <li>T-Head's XuanTie C906 (<code>thead-c906</code>).</li>
> +        <li>Ventana's VT1 (<code>ventana-vt1</code>).</li>

IIRC we didn't actually merge the VT1 stuff, it was deferred for gcc-14.

>        </ul>
>      </li>
> +    <li>Improves the multi-lib selection mechanism for the bare-metal toolchain
> +	(riscv*-elf*). GCC will now automatically select the best-fit multi-lib
> +	candidate instead of requiring all possible reuse rules to be listed at
> +	build time.
> +    </li>
>  </ul>
>
>  <!-- <h3 id="rx">RX</h3> -->

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

* Re: [wwwdocs] gcc-13: Add release note for RISC-V
  2023-04-19 13:53 Kito Cheng
@ 2023-04-19 14:38 ` 钟居哲
  2023-04-19 14:42 ` Palmer Dabbelt
  1 sibling, 0 replies; 6+ messages in thread
From: 钟居哲 @ 2023-04-19 14:38 UTC (permalink / raw)
  To: kito.cheng, gcc-patches, kito.cheng, palmer, Jeff Law; +Cc: kito.cheng

[-- Attachment #1: Type: text/plain, Size: 2035 bytes --]

LGTM。



juzhe.zhong@rivai.ai
 
From: Kito Cheng
Date: 2023-04-19 21:53
To: gcc-patches; kito.cheng; palmer; juzhe.zhong; jeffreyalaw
CC: Kito Cheng
Subject: [wwwdocs] gcc-13: Add release note for RISC-V
---
htdocs/gcc-13/changes.html | 31 ++++++++++++++++++++++++++++++-
1 file changed, 30 insertions(+), 1 deletion(-)
 
diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index f6941534..5427f805 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -636,9 +636,32 @@ a work-in-progress.</p>
<h3 id="riscv">RISC-V</h3>
<ul>
-    <li>New ISA extension support for zawrs.</li>
+    <li>Supports vector intrinsics as specified in <a
+ href="https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree/v0.11.x">
+ version 0.11 of the RISC-V vector intrinsic specification</a>,
+ thanks Ju-Zhe Zhong from <a href="https://rivai-ic.com.cn/">RiVAI</a>
+ for contributing most of implementation.
+    </li>
     <li>Support for the following vendor extensions has been added:
       <ul>
+ <li>Zawrs</li>
+ <li>Zicbom</li>
+ <li>Zicboz</li>
+ <li>Zicbop</li>
+ <li>Zfh</li>
+ <li>Zfhmin</li>
+ <li>Zmmul</li>
+ <li>Zdinx</li>
+ <li>Zfinx</li>
+ <li>Zhinx</li>
+ <li>Zhinxmin</li>
+ <li>Zksh</li>
+ <li>Zksed</li>
+ <li>Zknd</li>
+ <li>Zkne</li>
+ <li>Zbkb</li>
+ <li>Zbkc</li>
+ <li>Zbkx</li>
         <li>XTheadBa</li>
         <li>XTheadBb</li>
         <li>XTheadBs</li>
@@ -657,8 +680,14 @@ a work-in-progress.</p>
       option (GCC identifiers in parentheses).
       <ul>
         <li>T-Head's XuanTie C906 (<code>thead-c906</code>).</li>
+        <li>Ventana's VT1 (<code>ventana-vt1</code>).</li>
       </ul>
     </li>
+    <li>Improves the multi-lib selection mechanism for the bare-metal toolchain
+ (riscv*-elf*). GCC will now automatically select the best-fit multi-lib
+ candidate instead of requiring all possible reuse rules to be listed at
+ build time.
+    </li>
</ul>
<!-- <h3 id="rx">RX</h3> -->
-- 
2.39.2
 
 

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

* [wwwdocs] gcc-13: Add release note for RISC-V
@ 2023-04-19 13:53 Kito Cheng
  2023-04-19 14:38 ` 钟居哲
  2023-04-19 14:42 ` Palmer Dabbelt
  0 siblings, 2 replies; 6+ messages in thread
From: Kito Cheng @ 2023-04-19 13:53 UTC (permalink / raw)
  To: gcc-patches, kito.cheng, palmer, juzhe.zhong, jeffreyalaw; +Cc: Kito Cheng

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

diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html
index f6941534..5427f805 100644
--- a/htdocs/gcc-13/changes.html
+++ b/htdocs/gcc-13/changes.html
@@ -636,9 +636,32 @@ a work-in-progress.</p>
 
 <h3 id="riscv">RISC-V</h3>
 <ul>
-    <li>New ISA extension support for zawrs.</li>
+    <li>Supports vector intrinsics as specified in <a
+	href="https://github.com/riscv-non-isa/rvv-intrinsic-doc/tree/v0.11.x">
+	version 0.11 of the RISC-V vector intrinsic specification</a>,
+	thanks Ju-Zhe Zhong from <a href="https://rivai-ic.com.cn/">RiVAI</a>
+	for contributing most of implementation.
+    </li>
     <li>Support for the following vendor extensions has been added:
       <ul>
+	<li>Zawrs</li>
+	<li>Zicbom</li>
+	<li>Zicboz</li>
+	<li>Zicbop</li>
+	<li>Zfh</li>
+	<li>Zfhmin</li>
+	<li>Zmmul</li>
+	<li>Zdinx</li>
+	<li>Zfinx</li>
+	<li>Zhinx</li>
+	<li>Zhinxmin</li>
+	<li>Zksh</li>
+	<li>Zksed</li>
+	<li>Zknd</li>
+	<li>Zkne</li>
+	<li>Zbkb</li>
+	<li>Zbkc</li>
+	<li>Zbkx</li>
         <li>XTheadBa</li>
         <li>XTheadBb</li>
         <li>XTheadBs</li>
@@ -657,8 +680,14 @@ a work-in-progress.</p>
       option (GCC identifiers in parentheses).
       <ul>
         <li>T-Head's XuanTie C906 (<code>thead-c906</code>).</li>
+        <li>Ventana's VT1 (<code>ventana-vt1</code>).</li>
       </ul>
     </li>
+    <li>Improves the multi-lib selection mechanism for the bare-metal toolchain
+	(riscv*-elf*). GCC will now automatically select the best-fit multi-lib
+	candidate instead of requiring all possible reuse rules to be listed at
+	build time.
+    </li>
 </ul>
 
 <!-- <h3 id="rx">RX</h3> -->
-- 
2.39.2


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

end of thread, other threads:[~2023-04-20  6:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20  6:22 [wwwdocs] gcc-13: Add release note for RISC-V jiawei
2023-04-20  6:35 ` Kito Cheng
  -- strict thread matches above, loose matches on Subject: below --
2023-04-19 13:53 Kito Cheng
2023-04-19 14:38 ` 钟居哲
2023-04-19 14:42 ` Palmer Dabbelt
2023-04-19 15:08   ` Kito Cheng

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).