]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
RISC-V: Remove non-existing 'Zve32d' extension
authorTsukasa OI <research_trasio@irq.a4lg.com>
Wed, 9 Aug 2023 19:59:43 +0000 (13:59 -0600)
committerJeff Law <jlaw@ventanamicro.com>
Wed, 9 Aug 2023 19:59:43 +0000 (13:59 -0600)
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.

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

index 2eb8c7cadff0d4d751ae3d6b8ddc75ed2a52a8fb..f25131eab28b89ee5f44ac5c1bee1992fcba8e67 100644 (file)
@@ -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},