public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r14-4819] RISC-V: 'Zfa' extension is now ratified
@ 2023-10-22  2:22 Tsukasa OI
  0 siblings, 0 replies; only message in thread
From: Tsukasa OI @ 2023-10-22  2:22 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f232391ae6dda94d8a37fc69a3ced7ab6cffcb8e

commit r14-4819-gf232391ae6dda94d8a37fc69a3ced7ab6cffcb8e
Author: Tsukasa OI <research_trasio@irq.a4lg.com>
Date:   Sat Oct 21 04:22:07 2023 +0000

    RISC-V: 'Zfa' extension is now ratified
    
    Since this extension is ratified, it now has the version number 1.0.
    
    Reference:
    <https://github.com/riscv/riscv-isa-manual/pull/1096>
    
    gcc/ChangeLog:
    
            * common/config/riscv/riscv-common.cc (riscv_ext_version_table):
            Change version number of the 'Zfa' extension to 1.0.

Diff:
---
 gcc/common/config/riscv/riscv-common.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/common/config/riscv/riscv-common.cc b/gcc/common/config/riscv/riscv-common.cc
index d7216285c648..860c8521b7b6 100644
--- a/gcc/common/config/riscv/riscv-common.cc
+++ b/gcc/common/config/riscv/riscv-common.cc
@@ -285,7 +285,7 @@ static const struct riscv_ext_version riscv_ext_version_table[] =
   {"zvfhmin",   ISA_SPEC_CLASS_NONE, 1, 0},
   {"zvfh",      ISA_SPEC_CLASS_NONE, 1, 0},
 
-  {"zfa",     ISA_SPEC_CLASS_NONE, 0, 1},
+  {"zfa",     ISA_SPEC_CLASS_NONE, 1, 0},
 
   {"zmmul", ISA_SPEC_CLASS_NONE, 1, 0},

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

only message in thread, other threads:[~2023-10-22  2:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-22  2:22 [gcc r14-4819] RISC-V: 'Zfa' extension is now ratified Tsukasa OI

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