Backport: [Patch AArch64 obvious] Fix expected string for fp16 extensions

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

From-SVN: r249413
This commit is contained in:
James Greenhalgh 2017-06-20 13:47:03 +00:00 committed by James Greenhalgh
parent a7f7101502
commit 2cbfe19487
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2017-06-20 James Greenhalgh <james.greenhalgh@arm.com>
Backport from Mainline
* config/aarch64/aarch64-option-extensions.def (fp16): Fix expected
feature string.
2017-06-20 Andreas Schwab <schwab@suse.de>
PR target/80970

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