From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ed1-x536.google.com (mail-ed1-x536.google.com [IPv6:2a00:1450:4864:20::536]) by sourceware.org (Postfix) with ESMTPS id 63E1A3858D33 for ; Wed, 15 Mar 2023 09:09:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 63E1A3858D33 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=vrull.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=vrull.eu Received: by mail-ed1-x536.google.com with SMTP id eg48so13410401edb.13 for ; Wed, 15 Mar 2023 02:09:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vrull.eu; s=google; t=1678871379; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:from:to:cc:subject:date:message-id:reply-to; bh=xNE/FfGXHnsrS4eepRR5AM5EmmatUnjMMf43Yy0GZZ4=; b=frT5+zaIwpYnDFBmQTSYQk5B1N7XAS9z2q6NXYM5vKtyWC9lWJwIUL4mU7Qfj0Ysvb 81D/323IYabYHQgPRB0+FWtk1KLxpfZxrfU7v4I4agGE+lwe2xIa3+WdkED1kO4lW5Wl kj8PJwPC4Jtf9kavPd3bBn5/uEWwcn7VOAUIUbbv4NFRO3nZNmYxD9F5hzdZf7NkoSNH 0JQklOiSP/8JFWU41nTTamS6MZB5ruRePjQ0YR2cbyMAtoCxzFi7EshY1QkoqfpxitA/ QpDhxWC2tzwVgIHPSy5jzszGA+4N63Ao6zYnf1WhvRCZRy7NhyvGLd/Mn1EaEM9xVBAG +c9A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678871379; h=cc:to:subject:message-id:date:from:in-reply-to:references :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=xNE/FfGXHnsrS4eepRR5AM5EmmatUnjMMf43Yy0GZZ4=; b=f8/SMOrw/vM805yLCXhULQxfIHKMFuSd/PPMVjzsx8Ys1GXiosvIxyA6AFhQ9y8S3z fjTIy/SeHrFKzggl377S/zakkNQIFEXP+JlY3clEry7UG/Rbb+pT7q3yZIjkRiv7bbfo lHQJh6E6s9iOxSR/kv5gUXYHipjX6sCqSGfvg4qH1arNS3M/fo7Zxpl0q6FnQJgRoGgq Hk7/H5CsTRzhOdbTPbK0Dftbx5aXe9UnlcIA7U2GIdXCWGa5RjAbal7KzYbpyNiCt7+v jhxiBlJqpwWqKOv2b0L+ks6yIMAnRlR5gBd4kl/ZT0wLu7u/SSOM8XZDAuJepBL7fOrs HDJg== X-Gm-Message-State: AO0yUKWIkQ5rT8EpD58Dx/uOmREWt4gsNX9bM9MnY+hJI2vdgkzRMhKM 2gBbbRJv9r3hcSuvHyMZ4AUZ3gsFCbzOGreOPpeUXQ== X-Google-Smtp-Source: AK7set/B+1DRFUf3/SYL9d/BrD4wvGlfuWQgZjObTubgZ8zDhGeAVzQT96eQahopH3GVWi/bDutnXhf6jpFVwD4cCGU= X-Received: by 2002:a50:d615:0:b0:4c2:1a44:642e with SMTP id x21-20020a50d615000000b004c21a44642emr1030882edi.5.1678871378935; Wed, 15 Mar 2023 02:09:38 -0700 (PDT) MIME-Version: 1.0 References: <20230224111908.92419-1-christoph.muellner@vrull.eu> In-Reply-To: From: Philipp Tomsich Date: Wed, 15 Mar 2023 10:09:28 +0100 Message-ID: Subject: Re: [wwwdocs] gcc-13: riscv: Document the T-Head CPU support To: Kito Cheng Cc: Christoph Muellner , gcc-patches@gcc.gnu.org, Kito Cheng , Jim Wilson , Palmer Dabbelt , Andrew Waterman Content-Type: multipart/alternative; boundary="0000000000002a525005f6ecb44b" X-Spam-Status: No, score=-9.6 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,HTML_MESSAGE,JMQ_SPF_NEUTRAL,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: --0000000000002a525005f6ecb44b Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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=E2=80=AFPM Christoph Muellner > wrote: > > > > From: Christoph M=C3=BCllner > > > > This patch documents the new T-Head CPU support for RISC-V. > > > > Signed-off-by: Christoph M=C3=BCllner > > --- > > 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 > > > --0000000000002a525005f6ecb44b--