On 6/9/23 03:47, Philippe Mathieu-Daudé wrote:
helper.h is used by all units, but not all require the NEON
definitions. Move them to a new header; the next commit will
remove it from the common helper.h.
Signed-off-by: Philippe Mathieu-Daudé<phi...@linaro.org>
---
target/arm/helper.h | 206 +------------------------------
target/arm/tcg/helper-neon.h.inc | 205 ++++++++++++++++++++++++++++++
2 files changed, 206 insertions(+), 205 deletions(-)
create mode 100644 target/arm/tcg/helper-neon.h.inc
Reviewed-by: Richard Henderson <richard.hender...@linaro.org>
r~