[Patch AArch64 obvious] Fix expected string for fp16 extensions

gcc/

	* config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
	feature string.

From-SVN: r249411
This commit is contained in:
James Greenhalgh 2017-06-20 13:36:46 +00:00 committed by James Greenhalgh
parent 27b9e8dc84
commit 849ef9cac7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2017-06-20 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
feature string.
2017-06-20 James Greenhalgh <james.greenhalgh@arm.com>
* config/aarch64/aarch64-cores.def: Rearrange to sort by

View file

@ -58,6 +58,6 @@ AARCH64_OPT_EXTENSION("lse", AARCH64_FL_LSE, 0, 0, "atomics")
/* Enabling "fp16" also enables "fp".
Disabling "fp16" just disables "fp16". */
AARCH64_OPT_EXTENSION("fp16", AARCH64_FL_F16, AARCH64_FL_FP, 0, "fp16")
AARCH64_OPT_EXTENSION("fp16", AARCH64_FL_F16, AARCH64_FL_FP, 0, "fphp asimdhp")
#undef AARCH64_OPT_EXTENSION