Re: [PATCH/AARCH64] Add ThunderX -mcpu support

2014-10-21 Thread Marcus Shawcroft
On 20 October 2014 21:45, Andrew Pinski wrote: > Hi, > This adds simple -mcpu=thunderx support. Right now we use the > schedule model of cortex-a53 but we will submit a schedule model for > ThunderX later on. Note ThunderX is an AARCH64 only processor so I > created a new file to hold the cost

RE: [PATCH/AARCH64] Add ThunderX -mcpu support

2014-10-20 Thread Evandro Menezes
> ChangeLog: > * doc/invoke.texi (AARCH64/mtune): Document thunderx as an available option > also. > * config/aarch64/aarch64-cost-tables.h: New file. Good idea! > * config/aarch64/aarch64-cores.def (thunderx): New core. > * config/aarch64/aarch64-tune.md: Regenerate. > * config/aarch64/aarch64.c

Fwd: [PATCH/AARCH64] Add ThunderX -mcpu support

2014-10-20 Thread Andrew Pinski
Hi, This adds simple -mcpu=thunderx support. Right now we use the schedule model of cortex-a53 but we will submit a schedule model for ThunderX later on. Note ThunderX is an AARCH64 only processor so I created a new file to hold the cost tables for it rather than adding it to aarch-cost-tables.