aboutsummaryrefslogtreecommitdiff
path: root/target/loongarch/meson.build
diff options
context:
space:
mode:
authorSong Gao <gaosong@loongson.cn>2023-09-14 10:25:49 +0800
committerSong Gao <gaosong@loongson.cn>2023-09-20 11:43:06 +0800
commit1dc33f2653ab8c564f0e4371166d2dec4c622dcd (patch)
tree344c6370eb884bf747a225ca3dc8a9af8282e77e /target/loongarch/meson.build
parent4907644841e3200aea6475c0f72d3d987e9f3d93 (diff)
downloadqemu-1dc33f2653ab8c564f0e4371166d2dec4c622dcd.zip
qemu-1dc33f2653ab8c564f0e4371166d2dec4c622dcd.tar.gz
qemu-1dc33f2653ab8c564f0e4371166d2dec4c622dcd.tar.bz2
target/loongarch: Renamed lsx*.c to vec* .c
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 <gaosong@loongson.cn> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20230914022645.1151356-2-gaosong@loongson.cn>
Diffstat (limited to 'target/loongarch/meson.build')
-rw-r--r--target/loongarch/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/loongarch/meson.build b/target/loongarch/meson.build
index b7a27df..7fbf045 100644
--- a/target/loongarch/meson.build
+++ b/target/loongarch/meson.build
@@ -11,7 +11,7 @@ loongarch_tcg_ss.add(files(
'op_helper.c',
'translate.c',
'gdbstub.c',
- 'lsx_helper.c',
+ 'vec_helper.c',
))
loongarch_tcg_ss.add(zlib)