[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:
parent
27b9e8dc84
commit
849ef9cac7
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue