@samitouri / QOSamiQemu / commits / 3f31aad9eb

target/arm: Compile mve_helper.c once

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-id: 20260414005348.4767-8-philmd@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>

Philippe Mathieu-Daudé committed Apr 14, 2026 at 02:53 UTC 3f31aad9ebde908fc3417324bccf4cf54637c591
2 files changed +3 -2
target/arm/tcg/meson.build
+2 -1
@@ -33,7 +33,6 @@ arm_ss.add(when: 'TARGET_AARCH64', if_false: files('stubs32.c'))
33 arm_ss.add(files(
34 'cpu32.c',
35 'm_helper.c',
36 - 'mve_helper.c',
36 ))
37
38 arm_ss.add(when: 'TARGET_AARCH64', if_true: files(
@@ -71,6 +70,7 @@ arm_common_system_ss.add(
70 'debug.c',
71 'hflags.c',
72 'gengvec.c',
73 + 'mve_helper.c',
74 'neon_helper.c',
75 'op_helper.c',
76 'psci.c',
@@ -94,6 +94,7 @@ arm_user_ss.add(
94 'debug.c',
95 'gengvec.c',
96 'hflags.c',
97 + 'mve_helper.c',
98 'neon_helper.c',
99 'op_helper.c',
100 'tlb_helper.c',
target/arm/tcg/mve_helper.c
+1 -1
@@ -23,7 +23,7 @@
23 #include "helper-mve.h"
24 #include "internals.h"
25 #include "vec_internal.h"
26 -#include "accel/tcg/cpu-ldst.h"
26 +#include "accel/tcg/cpu-ldst-common.h"
27 #include "tcg/tcg.h"
28 #include "fpu/softfloat.h"
29 #include "crypto/clmul.h"