RE: [PATCH][GCC] aarch64: Add support for Cortex-A78C

2020-12-14 Thread Przemyslaw Wirkus via Gcc-patches
> > OK for master ? > > > > gcc/ChangeLog: > > > > * config/aarch64/aarch64-cores.def (AARCH64_CORE): Add Cortex- > A78C core. > > * config/aarch64/aarch64-tune.md: Regenerate. > > * doc/invoke.texi: Update docs. > > OK, thanks. > Richard commit cf7efe2d36f4f940afebae04fc342dbd3d386b9

Re: [PATCH][GCC] aarch64: Add support for Cortex-A78C

2020-12-11 Thread Richard Sandiford via Gcc-patches
Przemyslaw Wirkus writes: > This patch adds support for -mcpu=cortex-a78c command line option. > For more information about this processor, see [0]: > > [0] https://developer.arm.com/ip-products/processors/cortex-a/cortex-a78c > > OK for master ? > > gcc/ChangeLog: > > * config/aarch64/aarch