aarch64: Remove AARCH64_FEATURE_F16 from AARCH64_ARCH_V8_2
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 2 Nov 2017 17:19:32 +0000 (22:49 +0530)
committerSiddhesh Poyarekar <siddhesh@gotplt.org>
Thu, 2 Nov 2017 17:19:32 +0000 (22:49 +0530)
commitc05e0c5af35ebbb1ca39bb1efffae2adecdfa253
tree2c0fe5557a412ccd7098f3e65ebc09ff00cee002
parent6ab2c4ed51f9c4243691755e1b1d2149c6a426f4
aarch64: Remove AARCH64_FEATURE_F16 from AARCH64_ARCH_V8_2

The FP16 feature is optional in ARMv8.2, so it is wrong to add it to
the default AARCH64_ARCH_V8_2 feature flags.  This patch makes the
behaviour consistent with that of gcc, which also does not assume FP16
for ARMv8.2.

include/

* opcode/aarch64.h (AARCH64_ARCH_V8_2): Drop
AARCH64_FEATURE_F16.
include/ChangeLog
include/opcode/aarch64.h
This page took 0.02436 seconds and 4 git commands to generate.