public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3254] RISC-V: Remove TUPLE size macro define. [NFC]
@ 2022-10-12 12:52 Kito Cheng
  0 siblings, 0 replies; only message in thread
From: Kito Cheng @ 2022-10-12 12:52 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:fbf423309e103b54f7c9d39b2f7870b9bedfe9d2

commit r13-3254-gfbf423309e103b54f7c9d39b2f7870b9bedfe9d2
Author: Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
Date:   Tue Oct 11 14:23:33 2022 +0800

    RISC-V: Remove TUPLE size macro define. [NFC]
    
    gcc/ChangeLog:
    
            * config/riscv/riscv-vector-builtins.h: Remove unused macro.

Diff:
---
 gcc/config/riscv/riscv-vector-builtins.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gcc/config/riscv/riscv-vector-builtins.h b/gcc/config/riscv/riscv-vector-builtins.h
index 7f4e89cd255..ea67da9905c 100644
--- a/gcc/config/riscv/riscv-vector-builtins.h
+++ b/gcc/config/riscv/riscv-vector-builtins.h
@@ -23,9 +23,6 @@
 
 namespace riscv_vector {
 
-/* This is for segment instructions.  */
-const unsigned int MAX_TUPLE_SIZE = 8;
-
 /* Enumerates the RVV types, together called
    "vector types" for brevity.  */
 enum vector_type_index

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

only message in thread, other threads:[~2022-10-12 12:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 12:52 [gcc r13-3254] RISC-V: Remove TUPLE size macro define. [NFC] 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).