From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf1-x12a.google.com (mail-lf1-x12a.google.com [IPv6:2a00:1450:4864:20::12a]) by sourceware.org (Postfix) with ESMTPS id 2EB5D385841D for ; Wed, 2 Nov 2022 16:12:07 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 2EB5D385841D Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=sifive.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=sifive.com Received: by mail-lf1-x12a.google.com with SMTP id d25so28586176lfb.7 for ; Wed, 02 Nov 2022 09:12:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=content-transfer-encoding:cc:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=E3hb34cs51U5kevDetNgLvqxe9SjBfDC9sdcubeu+PI=; b=gU7OrLSmW8jGkVvUbmnT28Ayni87lZSIHuNNhm4Gh+dZv73Ih3NRKDeMll49UvHu3l 50L1G+ZQ0uR5t/zrSTlb4/jLd1lG8ESn4HSPGlODO7efJHlVUFjnXvWZsPsr9L4qSfKM VtCQ/0/4z8S9ZZ+PcCd60KYsZ8cu0L7Ua0l1E2APEShekxeclfbOJcdZW4eZinHy7XC5 3skLDz1xJdlS3HY5pco//uGJqhXk0ujYaplYialYWKZqBLxFGAZ3xR85byVkEO3IDf3s 0FYtK2iLbXuKpEYwZcb89Q3A8wkTZ5y6rtwL5RIMxzUVjm1F8Kr1nbXfJ1Isite53KcV DM1A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding: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=E3hb34cs51U5kevDetNgLvqxe9SjBfDC9sdcubeu+PI=; b=bbFjd/egWg9/O5dxQ+HTTJAkcYUFfh7waJb3EJGjOEDA4QppjdNYnWOIXLmXx/He8X EZPNMog/oPWPJSQEgoHWwuzUHFD3RvI/KWCAw1GIYxCUcBgwkIULJ8j/kIjgjnIj+GLj FvqXc0RWuBlSm8a4+hoB0PTFuHRkOrdHpJfTH6Eu99TbtTZZklz6tGoDcTP0RHqZmXlF 8uCdFlAQYp0110OzKqikC44pP0/xyDUK7/avxpIBTWB1ojgo4Y2b59JgiqkutQDhJcOI KR8v0/zmeozCvxqKkjkRpRNxFZQO2ukr3Pomx+wSJfxMJ7di4p55gTUkzvNdzKeOnAQA +Nnw== X-Gm-Message-State: ACrzQf2p+uWAXc3gjiM6mEezGhoqM9mHm4edr3YC9Pi7UQ/bIMQ3NO1S 9Eq0C5LbwVMQTClW9KLCx1NmM3lUYyDSkbcLTEKpcA== X-Google-Smtp-Source: AMsMyM4gzUsqFzUGUQu49bJuVD5Bpabn4T5sAcdubhfJjXl/6XraJFoHquy7Gj7SmA41udqOKI30lnEB0FCbLrv1JIU= X-Received: by 2002:a05:6512:200b:b0:4ab:cc6a:19b0 with SMTP id a11-20020a056512200b00b004abcc6a19b0mr9380711lfb.541.1667405525053; Wed, 02 Nov 2022 09:12:05 -0700 (PDT) MIME-Version: 1.0 References: <20221102145904.2958916-1-christoph.muellner@vrull.eu> In-Reply-To: <20221102145904.2958916-1-christoph.muellner@vrull.eu> From: Kito Cheng Date: Wed, 2 Nov 2022 09:11:53 -0700 Message-ID: Subject: Re: [wwwdocs] gcc-13: riscv: Document the Zawrs support To: Christoph Muellner Cc: gcc-patches@gcc.gnu.org, Jim Wilson , Palmer Dabbelt , Andrew Waterman , Philipp Tomsich Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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,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: LGTM, thanks! On Wed, Nov 2, 2022 at 7:59 AM Christoph Muellner wrote: > > From: Christoph M=C3=BCllner > > This patch documents the new RISC-V Zawrs support. > > Signed-off-by: Christoph M=C3=BCllner > --- > htdocs/gcc-13/changes.html | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/htdocs/gcc-13/changes.html b/htdocs/gcc-13/changes.html > index 7c6bfa6e..5e6e054b 100644 > --- a/htdocs/gcc-13/changes.html > +++ b/htdocs/gcc-13/changes.html > @@ -261,7 +261,10 @@ a work-in-progress.

> > > > - > +

RISC-V

> +
    > +
  • New ISA extension support for zawrs.
  • > +
> > > > -- > 2.38.1 >