On 9/7/23 01:31, Song Gao wrote:
Renamed lsx_helper.c to vec_helper.c and trans_lsx.c.inc to trans_vec.c.inc
So LASX can used them.
Signed-off-by: Song Gao<gaos...@loongson.cn>
---
target/loongarch/translate.c | 2 +-
target/loongarch/{lsx_helper.c => vec_helper.c} | 2 +-
.../loongarch/insn_trans/{trans_lsx.c.inc => trans_vec.c.inc} | 2 +-
target/loongarch/meson.build | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
rename target/loongarch/{lsx_helper.c => vec_helper.c} (99%)
rename target/loongarch/insn_trans/{trans_lsx.c.inc => trans_vec.c.inc} (99%)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~