[GCC][PATCH][AArch64] Update hwcap string for fp16fml in aarch64-option-extensions.def
authorStam Markianos-Wright <stam.markianos-wright@arm.com>
Tue, 24 Sep 2019 13:31:04 +0000 (13:31 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Tue, 24 Sep 2019 13:31:04 +0000 (13:31 +0000)
commit937960dfd7f324316e9b9d5a685d25799b8e5523
treeee7433b74bae381bc9b59dd8f257d83e29b7757a
parent81b405828fd0d3dca3eaf715e2008e7a95686b5c
[GCC][PATCH][AArch64] Update hwcap string for fp16fml in aarch64-option-extensions.def

This is a minor patch that fixes the entry for the fp16fml feature in
GCC's aarch64-option-extensions.def.

As can be seen in the Linux sources here
https://github.com/torvalds/linux/blob/master/arch/arm64/kernel/cpuinfo.c#L69
the correct string is "asimdfhm", not "asimdfml".

Cross-compiled and tested on aarch64-none-linux-gnu.

2019-09-24  Stamatis Markianos-Wright  <stam.markianos-wright@arm.com>

* config/aarch64/aarch64-option-extensions.def (fp16fml):
Update hwcap string for fp16fml.

From-SVN: r276097
gcc/ChangeLog
gcc/config/aarch64/aarch64-option-extensions.def