mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-04 06:39:57 +08:00
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.
This commit is contained in:
parent
bc43a9e21c
commit
f232391ae6
@ -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},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user