From: Tsukasa OI Date: Sat, 21 Oct 2023 04:22:07 +0000 (+0000) Subject: RISC-V: 'Zfa' extension is now ratified X-Git-Tag: basepoints/gcc-15~5320 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f232391ae6dda94d8a37fc69a3ced7ab6cffcb8e;p=thirdparty%2Fgcc.git RISC-V: 'Zfa' extension is now ratified Since this extension is ratified, it now has the version number 1.0. Reference: gcc/ChangeLog: * common/config/riscv/riscv-common.cc (riscv_ext_version_table): Change version number of the 'Zfa' extension to 1.0. --- 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},