mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-02-25 21:36:48 +00:00
Backport the SVE feature flag
Backports commit 0d0a16c647650d476219a5e1313dec434f9fbebb in qemu to unicorn
This commit is contained in:
parent
4fb2fbfacf
commit
122d54e23e
|
@ -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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue