public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-3449] RISC-V: Remove unused TI/TF vector modes.
@ 2022-10-24  2:21 Kito Cheng
  0 siblings, 0 replies; only message in thread
From: Kito Cheng @ 2022-10-24  2:21 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3eea8c6f4ba9356726879aa4e21b99ad1ad5662e

commit r13-3449-g3eea8c6f4ba9356726879aa4e21b99ad1ad5662e
Author: Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
Date:   Mon Oct 24 10:05:24 2022 +0800

    RISC-V: Remove unused TI/TF vector modes.
    
    gcc/ChangeLog:
    
            * config/riscv/riscv-vector-switch.def (ENTRY): Remove unused TI/TF vector modes.

Diff:
---
 gcc/config/riscv/riscv-vector-switch.def | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/gcc/config/riscv/riscv-vector-switch.def b/gcc/config/riscv/riscv-vector-switch.def
index cacfccb6d29..ee8ebd5f1cc 100644
--- a/gcc/config/riscv/riscv-vector-switch.def
+++ b/gcc/config/riscv/riscv-vector-switch.def
@@ -155,10 +155,6 @@ ENTRY (VNx4DF, TARGET_VECTOR_FP64)
 ENTRY (VNx2DF, TARGET_VECTOR_FP64)
 ENTRY (VNx1DF, TARGET_VECTOR_FP64)
 
-/* SEW = 128. Disable all of them.  */
-ENTRY (VNx2TI, false)
-ENTRY (VNx2TF, false)
-
 #undef TARGET_VECTOR_FP32
 #undef TARGET_VECTOR_FP64
 #undef ENTRY

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

only message in thread, other threads:[~2022-10-24  2:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-24  2:21 [gcc r13-3449] RISC-V: Remove unused TI/TF vector modes 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).