mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-03-23 05:25:11 +00:00
target/arm: Add ARM_FEATURE_V8_RDM
Not enabled anywhere yet. Backports commit 1dc81c15418d9b174f59a1c6262eb3487f352c56 from qemu
This commit is contained in:
parent
e917a1ac0e
commit
109a777fd6
|
@ -1405,6 +1405,7 @@ enum arm_features {
|
|||
ARM_FEATURE_V8_SHA3, /* implements SHA3 part of v8 Crypto Extensions */
|
||||
ARM_FEATURE_V8_SM3, /* implements SM3 part of v8 Crypto Extensions */
|
||||
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 */
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue