Re: [PATCH] RISC-V: Clang-format vector_type_index.

2022-10-12 Thread Kito Cheng via Gcc-patches
Committed but combined with another one clang-format fixing :) On Tue, Oct 11, 2022 at 2:36 PM wrote: > > From: Ju-Zhe Zhong > > gcc/ChangeLog: > > * config/riscv/riscv-vector-builtins.h (DEF_RVV_TYPE): Clang-format > it. > > --- > gcc/config/riscv/riscv-vector-builtins.h | 3 +-- > 1

[PATCH] RISC-V: Clang-format vector_type_index.

2022-10-10 Thread juzhe . zhong
From: Ju-Zhe Zhong gcc/ChangeLog: * config/riscv/riscv-vector-builtins.h (DEF_RVV_TYPE): Clang-format it. --- gcc/config/riscv/riscv-vector-builtins.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gcc/config/riscv/riscv-vector-builtins.h b/gcc/config/riscv/risc