Re: [PATCH][AArch64] Update alignment for -mcpu=generic

2017-05-04 Thread Richard Earnshaw (lists)
On 12/04/17 13:58, Wilco Dijkstra wrote: > With -mcpu=generic the loop alignment is currently 4. All but one of the > supported cores use 8 or higher. Since using 8 provides performance gains > on several cores, it is best to use that by default. As discussed in [1], > the jump alignment has no

Re: [PATCH][AArch64] Update alignment for -mcpu=generic

2017-04-20 Thread Wilco Dijkstra
ping From: Wilco Dijkstra Sent: 12 April 2017 13:58 To: GCC Patches Cc: nd; James Greenhalgh; jim.wil...@linaro.org; Evandro Menezes; andrew.pin...@cavium.com Subject: [PATCH][AArch64] Update alignment for -mcpu=generic   With -mcpu=generic the loop alignment is currently 4.  All but one

[PATCH][AArch64] Update alignment for -mcpu=generic

2017-04-12 Thread Wilco Dijkstra
With -mcpu=generic the loop alignment is currently 4. All but one of the supported cores use 8 or higher. Since using 8 provides performance gains on several cores, it is best to use that by default. As discussed in [1], the jump alignment has no effect on performance, yet has a relatively high