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

2024-01-03 Thread chenglulu
Pushed to r14-6908. 在 2023/12/28 下午8:26, 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 impleme

[PATCH v2] 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