From: Alex Bennée Date: Thu, 1 Mar 2018 11:05:47 +0000 (+0000) Subject: target/arm/cpu64: introduce ARM_V8_FP16 feature bit X-Git-Tag: v2.12.0-rc0~62^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6ad4d6187563f069fe5f11c3c1c9ccec1f69c2b7;p=thirdparty%2Fqemu.git target/arm/cpu64: introduce ARM_V8_FP16 feature bit Signed-off-by: Alex Bennée Reviewed-by: Richard Henderson Message-id: 20180227143852.11175-3-alex.bennee@linaro.org [PMM: postpone actually enabling feature until end of the patch series] Signed-off-by: Peter Maydell --- diff --git a/target/arm/cpu.h b/target/arm/cpu.h index 8c839faa8f0..267a9d7e2f3 100644 --- a/target/arm/cpu.h +++ b/target/arm/cpu.h @@ -1408,6 +1408,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_FP16, /* implements v8.2 half-precision float */ }; static inline int arm_feature(CPUARMState *env, int feature)