qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v2 10/16] target/arm: Add ARM_FEATURE_SVE


From: Richard Henderson
Subject: [Qemu-devel] [PATCH v2 10/16] target/arm: Add ARM_FEATURE_SVE
Date: Thu, 18 Jan 2018 20:54:32 -0800

Not enabled anywhere so far.

Signed-off-by: Richard Henderson <address@hidden>
---
 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)
-- 
2.14.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]