On 28/8/25 16:04, Peter Maydell wrote:
Remove the iwmmxt helper functions which are no longer called now that we have removed the associated translate.c handling.Signed-off-by: Peter Maydell <[email protected]> --- target/arm/tcg/helper.h | 95 ----- target/arm/tcg/iwmmxt_helper.c | 672 --------------------------------- target/arm/tcg/meson.build | 2 - 3 files changed, 769 deletions(-) delete mode 100644 target/arm/tcg/iwmmxt_helper.c
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
