]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc/config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
authorevandro <evandro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Feb 2016 20:21:23 +0000 (20:21 +0000)
committerevandro <evandro@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Feb 2016 20:21:23 +0000 (20:21 +0000)
        series for reciprocal square root in Exynos M1.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233646 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3c629efaf11c9441d9cec87491821900f6813665..22dd022b6bab89ee39fac2659c9ac35627d49cdc 100644 (file)
@@ -1,3 +1,8 @@
+2016-02-23  Evandro Menezes  <e.menezes@samsung.com>
+
+        * config/aarch64/aarch64.c (exynosm1_tunings): Enable the Newton
+        series for reciprocal square root in Exynos M1.
+
 2016-02-23  Martin Sebor  <msebor@redhat.com>
 
        PR c/69759
index 923a4b3154289b97d434d1c541bb600598c038f4..dc3dfeac7ad25e0487296f3f8875806187f752c2 100644 (file)
@@ -538,7 +538,7 @@ static const struct tune_params exynosm1_tunings =
   48,  /* max_case_values.  */
   64,  /* cache_line_size.  */
   tune_params::AUTOPREFETCHER_OFF, /* autoprefetcher_model.  */
-  (AARCH64_EXTRA_TUNE_NONE) /* tune_flags.  */
+  (AARCH64_EXTRA_TUNE_RECIP_SQRT) /* tune_flags.  */
 };
 
 static const struct tune_params thunderx_tunings =