Re: [PATCH] aarch64: Extend support for the AE family of Cortex CPUs

2024-11-07 Thread Kyrylo Tkachov
Hi Victor, > On 31 Oct 2024, at 22:40, Victor Do Nascimento > wrote: > > Implement -mcpu options for: > > - Cortex-A520AE > - Cortex-A720AE > - Cortex-R82AE > > These all implement the same feature sets as their non-AE > counterparts, using the same scheduler and costs and differing only i

[PATCH] aarch64: Extend support for the AE family of Cortex CPUs

2024-10-31 Thread Victor Do Nascimento
Implement -mcpu options for: - Cortex-A520AE - Cortex-A720AE - Cortex-R82AE These all implement the same feature sets as their non-AE counterparts, using the same scheduler and costs and differing only in their respective part numbers. gcc/ChangeLog: * config/aarch64/aarch64-cores