> -----Original Message----- > From: Andre Vieira (lists) <[email protected]> > Sent: 02 April 2020 09:22 > To: [email protected] > Cc: Kyrylo Tkachov <[email protected]> > Subject: [PATCH][GCC][Arm]: MVE: Fix polymorphism for scalars and > constants > > Hi, > > This patch merges some polymorphic functions that were incorrectly > separating scalar variants. It also simplifies the way we detect scalars and > constants in mve_typeid. > > Regression tested for arm-none-eabi. > > Is this OK for trunk?
Ok. Thanks, Kyrill > > 2020-04-02 Andre Vieira <[email protected]> > > * config/arm/arm_mve.h (vsubq_n): Merge with... > (vsubq): ... this. > (vmulq_n): Merge with... > (vmulq): ... this. > (__ARM_mve_typeid): Simplify scalar and constant detection.
