Skip to content

Commit

Permalink
RISC-V: Remove non-existing 'Zve32d' extension
Browse files Browse the repository at this point in the history
Since this extension does not exist, this commit prunes this from
the defined extension version table.

gcc/ChangeLog:

	* common/config/riscv/riscv-common.cc (riscv_ext_version_table):
	Remove 'Zve32d' from the version list.
  • Loading branch information
a4lg authored and Liaoshihua committed Mar 13, 2024
1 parent e3d3955 commit ac33ede
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gcc/common/config/riscv/riscv-common.cc
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ static const struct riscv_ext_version riscv_ext_version_table[] =

{"zve32x", ISA_SPEC_CLASS_NONE, 1, 0},
{"zve32f", ISA_SPEC_CLASS_NONE, 1, 0},
{"zve32d", ISA_SPEC_CLASS_NONE, 1, 0},
{"zve64x", ISA_SPEC_CLASS_NONE, 1, 0},
{"zve64f", ISA_SPEC_CLASS_NONE, 1, 0},
{"zve64d", ISA_SPEC_CLASS_NONE, 1, 0},
Expand Down

0 comments on commit ac33ede

Please sign in to comment.