[AArch64] Remove AARCH64_EXTRA_TUNE_RECIP_SQRT from Cortex-A57 tuning
authorJames Greenhalgh <james.greenhalgh@arm.com>
Tue, 16 Feb 2016 16:04:42 +0000 (16:04 +0000)
committerJames Greenhalgh <jgreenhalgh@gcc.gnu.org>
Tue, 16 Feb 2016 16:04:42 +0000 (16:04 +0000)
gcc/

* config/aarch64/aarch64.c (cortexa57_tunings): Remove
AARCH64_EXTRA_TUNE_RECIP_SQRT.

From-SVN: r233463

gcc/ChangeLog
gcc/config/aarch64/aarch64.c

index 52494880bda63d37782ed85fca00811cc897152d..06892260ae53e8768eddabf5de4b558996b0ceda 100644 (file)
@@ -1,3 +1,8 @@
+2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
+
+       * config/aarch64/aarch64.c (cortexa57_tunings): Remove
+       AARCH64_EXTRA_TUNE_RECIP_SQRT.
+
 2016-02-16  James Greenhalgh  <james.greenhalgh@arm.com>
 
        * config/aarch64/aarch64.c (use_rsqrt_p): Always use software
index f1e8d42b58892081e92dc6fae82d0e088132567f..df7023f6c1ade3d4bf768da16bd9887a6dab03cc 100644 (file)
@@ -489,8 +489,7 @@ static const struct tune_params cortexa57_tunings =
   0,   /* max_case_values.  */
   0,   /* cache_line_size.  */
   tune_params::AUTOPREFETCHER_WEAK,    /* autoprefetcher_model.  */
-  (AARCH64_EXTRA_TUNE_RENAME_FMA_REGS
-   | AARCH64_EXTRA_TUNE_RECIP_SQRT)    /* tune_flags.  */
+  (AARCH64_EXTRA_TUNE_RENAME_FMA_REGS) /* tune_flags.  */
 };
 
 static const struct tune_params cortexa72_tunings =