public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Kito Cheng <kito.cheng@gmail.com>
To: juzhe.zhong@rivai.ai
Cc: gcc-patches@gcc.gnu.org, kito.cheng@sifive.com,
	palmer@rivosinc.com,  rdapp.gcc@gmail.com, jeffreyalaw@gmail.com
Subject: Re: [PATCH] RISC-V: Add FRM_ prefix to dynamic rounding mode enum
Date: Wed, 24 May 2023 19:20:53 +0800	[thread overview]
Message-ID: <CA+yXCZDkNJdLkPz10jzp_Lbk4hCJWyco1nkGdh9DS2XobKEqEw@mail.gmail.com> (raw)
In-Reply-To: <20230524111902.248450-1-juzhe.zhong@rivai.ai>

ok

On Wed, May 24, 2023 at 7:20 PM <juzhe.zhong@rivai.ai> wrote:
>
> From: Juzhe-Zhong <juzhe.zhong@rivai.ai>
>
> An obvious fix to make all enum naming consistent.
>
> gcc/ChangeLog:
>
>         * config/riscv/riscv-protos.h (enum frm_field_enum): Add FRM_ prefix.
>
> ---
>  gcc/config/riscv/riscv-protos.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/gcc/config/riscv/riscv-protos.h b/gcc/config/riscv/riscv-protos.h
> index 5f78fd579bb..36419c95bbd 100644
> --- a/gcc/config/riscv/riscv-protos.h
> +++ b/gcc/config/riscv/riscv-protos.h
> @@ -251,7 +251,7 @@ enum frm_field_enum
>    FRM_RDN = 0b010,
>    FRM_RUP = 0b011,
>    FRM_RMM = 0b100,
> -  DYN = 0b111
> +  FRM_DYN = 0b111
>  };
>  }
>
> --
> 2.36.1
>

  reply	other threads:[~2023-05-24 11:21 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-24 11:19 juzhe.zhong
2023-05-24 11:20 ` Kito Cheng [this message]
2023-05-24 11:41   ` Li, Pan2

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CA+yXCZDkNJdLkPz10jzp_Lbk4hCJWyco1nkGdh9DS2XobKEqEw@mail.gmail.com \
    --to=kito.cheng@gmail.com \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jeffreyalaw@gmail.com \
    --cc=juzhe.zhong@rivai.ai \
    --cc=kito.cheng@sifive.com \
    --cc=palmer@rivosinc.com \
    --cc=rdapp.gcc@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).