public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] RISC-V: Remove non-existing 'Zve32d' extension
@ 2023-08-09  6:09 Tsukasa OI
  2023-08-09 20:00 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Tsukasa OI @ 2023-08-09  6:09 UTC (permalink / raw)
  To: Tsukasa OI, Kito Cheng, Palmer Dabbelt, Andrew Waterman, Jim Wilson
  Cc: gcc-patches

From: Tsukasa OI <research_trasio@irq.a4lg.com>

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 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/common/config/riscv/riscv-common.cc b/gcc/common/config/riscv/riscv-common.cc
index 2eb8c7cadff0..f25131eab28b 100644
--- a/gcc/common/config/riscv/riscv-common.cc
+++ b/gcc/common/config/riscv/riscv-common.cc
@@ -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},

base-commit: c8b396243ec5bfa9b541555131df597ebc84b9d0
-- 
2.41.0


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] RISC-V: Remove non-existing 'Zve32d' extension
  2023-08-09  6:09 [PATCH] RISC-V: Remove non-existing 'Zve32d' extension Tsukasa OI
@ 2023-08-09 20:00 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2023-08-09 20:00 UTC (permalink / raw)
  To: Tsukasa OI, Kito Cheng, Palmer Dabbelt, Andrew Waterman, Jim Wilson
  Cc: gcc-patches



On 8/9/23 00:09, Tsukasa OI via Gcc-patches wrote:
> 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.
Thanks.  Installed.
jeff

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-09 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-09  6:09 [PATCH] RISC-V: Remove non-existing 'Zve32d' extension Tsukasa OI
2023-08-09 20:00 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).