Re: Re: [PATCH v1] LoongArch: Merge constant vector permuatation implementations.

2023-12-28 Thread 李威
1 (星期四) > 收件人: "Li Wei" , gcc-patches@gcc.gnu.org > 抄送: i...@xen0n.name, xucheng...@loongson.cn, chengl...@loongson.cn > 主题: Re: [PATCH v1] LoongArch: Merge constant vector permuatation > implementations. > > On Thu, 2023-12-28 at 14:59 +0800, Li Wei wrote: > > Ther

Re: [PATCH v1] LoongArch: Merge constant vector permuatation implementations.

2023-12-28 Thread Xi Ruoyao
On Thu, 2023-12-28 at 14:59 +0800, Li Wei wrote: > There are currently two versions of the implementations of constant > vector permutation: loongarch_expand_vec_perm_const_1 and > loongarch_expand_vec_perm_const_2.  The implementations of the two > versions are different. Currently, only the imple

[PATCH v1] LoongArch: Merge constant vector permuatation implementations.

2023-12-28 Thread Li Wei
There are currently two versions of the implementations of constant vector permutation: loongarch_expand_vec_perm_const_1 and loongarch_expand_vec_perm_const_2. The implementations of the two versions are different. Currently, only the implementation of loongarch_expand_vec_perm_const_1 is used fo