From: Ju-Zhe Zhong Date: Mon, 24 Oct 2022 02:05:24 +0000 (+0800) Subject: RISC-V: Remove unused TI/TF vector modes. X-Git-Tag: basepoints/gcc-14~3758 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3eea8c6f4ba9356726879aa4e21b99ad1ad5662e;p=thirdparty%2Fgcc.git RISC-V: Remove unused TI/TF vector modes. gcc/ChangeLog: * config/riscv/riscv-vector-switch.def (ENTRY): Remove unused TI/TF vector modes. --- diff --git a/gcc/config/riscv/riscv-vector-switch.def b/gcc/config/riscv/riscv-vector-switch.def index cacfccb6d299..ee8ebd5f1cca 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