mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-27 04:13:53 -06:00

Allow later commits to include only the "new" tcg/helper.h, thus preventing to pull aarch64 helpers (+ target/arm/helper.h contains a ifdef TARGET_AARCH64). Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Message-id: 20250512180502.2395029-16-pierrick.bouvier@linaro.org Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
11 lines
216 B
C
11 lines
216 B
C
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#include "tcg/helper.h"
|
|
|
|
#ifdef TARGET_AARCH64
|
|
#include "tcg/helper-a64.h"
|
|
#include "tcg/helper-sve.h"
|
|
#include "tcg/helper-sme.h"
|
|
#endif
|
|
|
|
#include "tcg/helper-mve.h"
|