Re: [PATCH 19/71] target/arm: Add isar_feature_aa64_sme
On Thu, 2 Jun 2022 at 23:04, Richard Henderson wrote: > > This will be used for implementing FEAT_SME. > > Signed-off-by: Richard Henderson Reviewed-by: Peter Maydell thanks -- PMM
[PATCH 19/71] target/arm: Add isar_feature_aa64_sme
This will be used for implementing FEAT_SME. Signed-off-by: Richard Henderson --- target/arm/cpu.h | 5 + 1 file changed, 5 insertions(+) diff --git a/target/arm/cpu.h b/target/arm/cpu.h index cb37787c35..f6d114aad7 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -4043,6 +4043,11 @@