public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7672] RISC-V: Add version info for zk, zkn and zks
@ 2022-03-16 13:12 Kito Cheng
  0 siblings, 0 replies; only message in thread
From: Kito Cheng @ 2022-03-16 13:12 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:2a5fabeb2faffa671e9b0984ce3a6f76153d23d4

commit r12-7672-g2a5fabeb2faffa671e9b0984ce3a6f76153d23d4
Author: Kito Cheng <kito.cheng@sifive.com>
Date:   Tue Mar 15 09:04:03 2022 +0800

    RISC-V: Add version info for zk, zkn and zks
    
    We just expand `zk`, `zkn` and `zks` before, but need version for
    combine them back.
    
    gcc/ChangeLog:
    
            * common/config/riscv/riscv-common.cc (riscv_ext_version_table):
            Add version info for zk, zks and zkn.

Diff:
---
 gcc/common/config/riscv/riscv-common.cc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gcc/common/config/riscv/riscv-common.cc b/gcc/common/config/riscv/riscv-common.cc
index e4eedcdda2a..48c4fabdc6b 100644
--- a/gcc/common/config/riscv/riscv-common.cc
+++ b/gcc/common/config/riscv/riscv-common.cc
@@ -165,6 +165,10 @@ static const struct riscv_ext_version riscv_ext_version_table[] =
   {"zksh",  ISA_SPEC_CLASS_NONE, 1, 0},
   {"zkt",   ISA_SPEC_CLASS_NONE, 1, 0},
 
+  {"zk",    ISA_SPEC_CLASS_NONE, 1, 0},
+  {"zkn",   ISA_SPEC_CLASS_NONE, 1, 0},
+  {"zks",   ISA_SPEC_CLASS_NONE, 1, 0},
+
   {"zve32x", ISA_SPEC_CLASS_NONE, 1, 0},
   {"zve32f", ISA_SPEC_CLASS_NONE, 1, 0},
   {"zve32d", ISA_SPEC_CLASS_NONE, 1, 0},


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

only message in thread, other threads:[~2022-03-16 13:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 13:12 [gcc r12-7672] RISC-V: Add version info for zk, zkn and zks Kito Cheng

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).