Re: [PATCH][ARM] Use Cortex-A17 tuning parameters for Cortex-A12

2014-11-27 Thread Ramana Radhakrishnan
On Thu, Nov 13, 2014 at 5:25 PM, Kyrill Tkachov wrote: > Hi all, > > The Cortex-A12 very close to the Cortex-A17 and this patch updates the > tuning struct > parameters to match the Cortex-A17 ones. > > This has improved performance in a number of benchmarks that I tried. > The instruction schedul

[PATCH][ARM] Use Cortex-A17 tuning parameters for Cortex-A12

2014-11-13 Thread Kyrill Tkachov
Hi all, The Cortex-A12 very close to the Cortex-A17 and this patch updates the tuning struct parameters to match the Cortex-A17 ones. This has improved performance in a number of benchmarks that I tried. The instruction scheduling is also changed to match the Cortex-A17 scheduling Tested ar