]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: 'Zfa' extension is now ratified
authorTsukasa OI <research_trasio@irq.a4lg.com>
Sat, 21 Oct 2023 04:22:07 +0000 (04:22 +0000)
committerTsukasa OI <research_trasio@irq.a4lg.com>
Sun, 22 Oct 2023 02:21:05 +0000 (02:21 +0000)
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.

gcc/common/config/riscv/riscv-common.cc

index d7216285c648b29471c535bf4520f89bd80be28b..860c8521b7b68b2f89c3a5992eb8f5f46cc7c311 100644 (file)
@@ -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},