Hi jasonwucj, > -----Original Message----- > From: Chung-Ju Wu <jasonw...@gmail.com> > Sent: Monday, January 8, 2024 6:16 AM > To: gcc-patches <gcc-patches@gcc.gnu.org>; Kyrylo Tkachov > <kyrylo.tkac...@arm.com>; Richard Earnshaw <richard.earns...@arm.com> > Cc: jason...@anshingtek.com.tw > Subject: [PATCH 1/2] arm: Add cortex-m52 core > > Hi, > > Recently, Arm announced the Cortex-M52, delivering increased performance > in DSP and ML along with a range of other features and benefits. > For the completeness of Arm ecosystem, we hope that cortex-m52 support > could be available in gcc-14. > > Attached is the patch to support cortex-m52 cpu with MVE and PACBTI enabled in > GCC. > Bootstrapped and tested on arm-none-eabi. > > Is it OK for trunk?
The patch looks good to me. It should be safe to include it in GCC 14 as it doesn’t add any new logic beyond a new entry in arm-cpus.in. Do you have commit rights to push it? Thanks, Kyrill > > Regards, > jasonwucj