public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-1162] RISC-V: Add FRM_ prefix to dynamic rounding mode enum
@ 2023-05-24 11:41 Pan Li
  0 siblings, 0 replies; only message in thread
From: Pan Li @ 2023-05-24 11:41 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:29a60c13f8ed9982483b477b2c44ec1c2d2f9b1f

commit r14-1162-g29a60c13f8ed9982483b477b2c44ec1c2d2f9b1f
Author: Juzhe-Zhong <juzhe.zhong@rivai.ai>
Date:   Wed May 24 19:40:37 2023 +0800

    RISC-V: Add FRM_ prefix to dynamic rounding mode enum
    
    An obvious fix to make all enum naming consistent.
    
    gcc/ChangeLog:
    
            * config/riscv/riscv-protos.h (enum frm_field_enum): Add FRM_
            prefix.
    
    Signed-off-by: Juzhe-Zhong <juzhe.zhong@rivai.ai>

Diff:
---
 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
 };
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-05-24 11:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-24 11:41 [gcc r14-1162] RISC-V: Add FRM_ prefix to dynamic rounding mode enum Pan Li

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