[Patch AArch64 obvious] Fix expected string for fp16 extensions
authorJames Greenhalgh <james.greenhalgh@arm.com>
Tue, 20 Jun 2017 13:36:46 +0000 (13:36 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Tue, 20 Jun 2017 13:36:46 +0000 (13:36 +0000)
gcc/

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

From-SVN: r249411

gcc/ChangeLog
gcc/config/aarch64/aarch64-option-extensions.def

index 22d5b21f0e1338d336b4ce010f631fe3ee9025a1..0b6694dbbe21fb6bf2a33f6ff1e2af14c0fefdbf 100644 (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
index 36766d9c48fe1d0291e91885d7adbe74500830bb..b54de032ea704f4d016fe3ecf706e7f9753450df 100644 (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