From 122d54e23efd90929b4ffbe440d7de9ace99bbdd Mon Sep 17 00:00:00 2001 From: Lioncash Date: Fri, 2 Feb 2018 08:51:56 -0500 Subject: [PATCH] Backport the SVE feature flag Backports commit 0d0a16c647650d476219a5e1313dec434f9fbebb in qemu to unicorn --- qemu/target-arm/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/qemu/target-arm/cpu.h b/qemu/target-arm/cpu.h index d511aeb8..732b8c32 100644 --- a/qemu/target-arm/cpu.h +++ b/qemu/target-arm/cpu.h @@ -756,6 +756,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 */ ARM_FEATURE_V8_SHA3, /* implements SHA3 part of v8 Crypto Extensions */ };