On 5/5/25 11:43 AM, Richard Henderson wrote:
On 5/4/25 18:52, Pierrick Bouvier wrote:
Signed-off-by: Pierrick Bouvier <pierrick.bouv...@linaro.org>
---
target/arm/tcg/iwmmxt_helper.c | 4 +++-
target/arm/tcg/meson.build | 3 ++-
2 files changed, 5 insertions(+), 2 deletions(-)
It appears iwmmxt_helper.c could be built once, like crypto_helper.c.
It needs to access env->iwmmxt.cregs, and ARM_IWMMXT_wCASF define, so it
pulls cpu.h, which contains CONFIG_USER_ONLY ifdefs.
So we need to compile it twice for now.
r~