> -----Original Message----- > From: Gcc-patches <gcc-patches- > bounces+kyrylo.tkachov=arm....@gcc.gnu.org> On Behalf Of Christophe > Lyon via Gcc-patches > Sent: 16 August 2021 14:13 > To: gcc-patches@gcc.gnu.org > Subject: [PATCH] arm: Fix __arm_vctp16q return type in arm_mve.h > > __arm_vctp16q actually returns mve_pred16_t rather than int64_t. > Ok. Does this need a backport? Thanks, Kyrill > 2021-08-16 Christophe Lyon <christophe.l...@foss.st.com> > > gcc/ > * config/arm/arm_mve.h: Fix __arm_vctp16q return type. > --- > gcc/config/arm/arm_mve.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/config/arm/arm_mve.h b/gcc/config/arm/arm_mve.h > index 83f10036990..e04d46218d0 100644 > --- a/gcc/config/arm/arm_mve.h > +++ b/gcc/config/arm/arm_mve.h > @@ -3524,7 +3524,7 @@ __arm_vaddlvq_u32 (uint32x4_t __a) > return __builtin_mve_vaddlvq_uv4si (__a); > } > > -__extension__ extern __inline int64_t > +__extension__ extern __inline mve_pred16_t > __attribute__ ((__always_inline__, __gnu_inline__, __artificial__)) > __arm_vctp16q (uint32_t __a) > { > -- > 2.25.1
RE: [PATCH] arm: Fix __arm_vctp16q return type in arm_mve.h
Kyrylo Tkachov via Gcc-patches Mon, 23 Aug 2021 02:30:55 -0700
- [PATCH] arm: Fix __arm_vctp16q return type... Christophe Lyon via Gcc-patches
- Re: [PATCH] arm: Fix __arm_vctp16q re... Christophe LYON via Gcc-patches
- RE: [PATCH] arm: Fix __arm_vctp16q re... Kyrylo Tkachov via Gcc-patches
- Re: [PATCH] arm: Fix __arm_vctp16... Christophe LYON via Gcc-patches
- RE: [PATCH] arm: Fix __arm_vc... Kyrylo Tkachov via Gcc-patches
- Re: [PATCH] arm: Fix __ar... Christophe LYON via Gcc-patches