Applied to master, thanks! Philipp. On Sun, 5 Mar 2023 at 11:18, Kito Cheng wrote: > LGTM :) > > > On Fri, Feb 24, 2023 at 7:19 PM Christoph Muellner > wrote: > > > > From: Christoph Müllner > > > > This patch documents the new T-Head CPU support for RISC-V. > > > > Signed-off-by: Christoph Müllner > > --- > > htdocs/gcc-13/changes.html | 24 +++++++++++++++++++++++- > > 1 file changed, 23 insertions(+), 1 deletion(-) > > > > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html > > index a803f501..ce5ba35c 100644 > > --- a/htdocs/gcc-13/changes.html > > +++ b/htdocs/gcc-13/changes.html > > @@ -490,7 +490,29 @@ a work-in-progress.

> > > >

RISC-V

> >
    > > -
  • New ISA extension support for zawrs.
  • > > +
  • New ISA extension support for Zawrs.
  • > > +
  • Support for the following vendor extensions has been added: > > +
      > > +
    • XTheadBa
    • > > +
    • XTheadBb
    • > > +
    • XTheadBs
    • > > +
    • XTheadCmo
    • > > +
    • XTheadCondMov
    • > > +
    • XTheadFMemIdx
    • > > +
    • XTheadFmv
    • > > +
    • XTheadInt
    • > > +
    • XTheadMac
    • > > +
    • XTheadMemIdx
    • > > +
    • XTheadMemPair
    • > > +
    • XTheadSync
    • > > +
    > > +
  • > > +
  • The following new CPUs are supported through the > -mcpu > > + option (GCC identifiers in parentheses). > > +
      > > +
    • T-Head's XuanTie C906 (thead-c906).
    • > > +
    > > +
  • > >
> > > > > > -- > > 2.39.2 > > >