public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] RISC-V: Remove non-existing 'Zve32d' extension
@ 2023-08-21 21:27 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2023-08-21 21:27 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:5b8b8d064977982426b6116c3f4511ec2e1647a1

commit 5b8b8d064977982426b6116c3f4511ec2e1647a1
Author: Tsukasa OI <research_trasio@irq.a4lg.com>
Date:   Wed Aug 9 13:59:43 2023 -0600

    RISC-V: Remove non-existing 'Zve32d' extension
    
    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.
    
    (cherry picked from commit e5fe7f2fd69d5a950d8c1e2a068669bda376b2d4)

Diff:
---
 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 13cb3b3e4f10..df34697817f1 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},

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-21 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-21 21:27 [gcc(refs/vendors/riscv/heads/gcc-13-with-riscv-opts)] RISC-V: Remove non-existing 'Zve32d' extension 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).