Re: [PATCH 09/22] target/arm/tcg: Reduce 'helper-iwmmxt.h.inc' inclusion

2023-06-11 Thread Philippe Mathieu-Daudé
On 9/6/23 20:59, Richard Henderson wrote: On 6/9/23 03:47, Philippe Mathieu-Daudé wrote: Instead of including helper-iwmmxt.h.inc via helper.h which is included by all TCG files, restrict it to the few files that require it. Signed-off-by: Philippe Mathieu-Daudé ---   target/arm/helper.h  

Re: [PATCH 09/22] target/arm/tcg: Reduce 'helper-iwmmxt.h.inc' inclusion

2023-06-09 Thread Richard Henderson
On 6/9/23 03:47, Philippe Mathieu-Daudé wrote: Instead of including helper-iwmmxt.h.inc via helper.h which is included by all TCG files, restrict it to the few files that require it. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/helper.h | 1 - target/arm/tcg/iwmmxt_help

[PATCH 09/22] target/arm/tcg: Reduce 'helper-iwmmxt.h.inc' inclusion

2023-06-09 Thread Philippe Mathieu-Daudé
Instead of including helper-iwmmxt.h.inc via helper.h which is included by all TCG files, restrict it to the few files that require it. Signed-off-by: Philippe Mathieu-Daudé --- target/arm/helper.h | 1 - target/arm/tcg/iwmmxt_helper.c| 6 +- target/arm/tcg/translate-iwmmxt