From: James Greenhalgh Date: Tue, 16 Feb 2016 16:04:42 +0000 (+0000) Subject: [AArch64] Remove AARCH64_EXTRA_TUNE_RECIP_SQRT from Cortex-A57 tuning X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7c175186bc2ed953eb6b72336fde6607fee5fbaf;p=gcc.git [AArch64] Remove AARCH64_EXTRA_TUNE_RECIP_SQRT from Cortex-A57 tuning gcc/ * config/aarch64/aarch64.c (cortexa57_tunings): Remove AARCH64_EXTRA_TUNE_RECIP_SQRT. From-SVN: r233463 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 52494880bda..06892260ae5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-02-16 James Greenhalgh + + * config/aarch64/aarch64.c (cortexa57_tunings): Remove + AARCH64_EXTRA_TUNE_RECIP_SQRT. + 2016-02-16 James Greenhalgh * config/aarch64/aarch64.c (use_rsqrt_p): Always use software diff --git a/gcc/config/aarch64/aarch64.c b/gcc/config/aarch64/aarch64.c index f1e8d42b588..df7023f6c1a 100644 --- a/gcc/config/aarch64/aarch64.c +++ b/gcc/config/aarch64/aarch64.c @@ -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 =