Re: [PATCH][aarch64] Use neoversen1 tuning struct for -mcpu=cortex-a76

2019-08-12 Thread James Greenhalgh
On Tue, Jul 30, 2019 at 05:59:15PM +0100, Kyrill Tkachov wrote: > Hi all, > > The neoversen1 tuning struct gives better performance on the Cortex-A76, > so use that. > The only difference from the current tuning is the function and label > alignment settings. > > This gives about 1.3%

[PATCH][aarch64] Use neoversen1 tuning struct for -mcpu=cortex-a76

2019-07-30 Thread Kyrill Tkachov
Hi all, The neoversen1 tuning struct gives better performance on the Cortex-A76, so use that. The only difference from the current tuning is the function and label alignment settings. This gives about 1.3% improvement on SPEC2006 int and 0.3% on SPEC2006 fp. Tested on aarch64-none-elf. Ok