> -----Original Message----- > From: Andre Vieira (lists) <andre.simoesdiasvie...@arm.com> > Sent: 07 April 2020 15:15 > To: gcc-patches@gcc.gnu.org > Cc: Kyrylo Tkachov <kyrylo.tkac...@arm.com> > Subject: [PATCH][GCC][Arm]: MVE: make sure we only use the Arm > namespace variant of vuninitializedq > > Hi, > > This patch replaces all uses of 'vuninitializedq_*' by the same function > but under the __arm_ namespace. In case we define the PRESERVE MACRO > the > variant without the '__arm_' prefix will not be available. > > Regression tested arm-none-eabi. > > Is this OK for trunk?
Ok. Thanks, Kyrill > > 2020-04-07 Andre Vieira <andre.simoesdiasvie...@arm.com> > > * config/arm/arm_mve.h: Replace all uses of vuninitializedq_* with > the same with '__arm_' prefix.