Richard Henderson <richard.hender...@linaro.org> writes: > Not enabled anywhere so far. > > Signed-off-by: Richard Henderson <richard.hender...@linaro.org>
Reviewed-by: Alex Bennée <alex.ben...@linaro.org> > --- > target/arm/cpu.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/target/arm/cpu.h b/target/arm/cpu.h > index 132da359b5..0a923e42d8 100644 > --- a/target/arm/cpu.h > +++ b/target/arm/cpu.h > @@ -1371,6 +1371,7 @@ enum arm_features { > ARM_FEATURE_VBAR, /* has cp15 VBAR */ > ARM_FEATURE_M_SECURITY, /* M profile Security Extension */ > ARM_FEATURE_JAZELLE, /* has (trivial) Jazelle implementation */ > + ARM_FEATURE_SVE, /* has Scalable Vector Extension */ > }; > > static inline int arm_feature(CPUARMState *env, int feature) -- Alex Bennée