mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 09:49:07 +00:00
target/arm: Add ARM_FEATURE_V8_FCMA
Not enabled anywhere yet. Backports commit 0438f0372a7031debe796f4e3d30875d4d1e7899 from qemu
This commit is contained in:
parent
fc74a022bf
commit
0b1ab3e745
1 changed files with 1 additions and 0 deletions
|
@ -1407,6 +1407,7 @@ enum arm_features {
|
|||
ARM_FEATURE_V8_SM4, /* implements SM4 part of v8 Crypto Extensions */
|
||||
ARM_FEATURE_V8_RDM, /* implements v8.1 simd round multiply */
|
||||
ARM_FEATURE_V8_FP16, /* implements v8.2 half-precision float */
|
||||
ARM_FEATURE_V8_FCMA, /* has complex number part of v8.3 extensions. */
|
||||
};
|
||||
|
||||
static inline int arm_feature(CPUARMState *env, int feature)
|
||||
|
|
Loading…
Reference in a new issue