RE: [PATCH] arm: [MVE] Add missing __arm_vcvtnq_u32_f32 intrinsic (PR 96914)

2020-10-08 Thread Kyrylo Tkachov via Gcc-patches
> -Original Message- > From: Gcc-patches On Behalf Of > Christophe Lyon via Gcc-patches > Sent: 05 October 2020 10:58 > To: gcc-patches@gcc.gnu.org > Subject: [PATCH] arm: [MVE] Add missing __arm_vcvtnq_u32_f32 intrinsic > (PR 96914) > > __arm_vcvtnq_u32_f32

[PATCH] arm: [MVE] Add missing __arm_vcvtnq_u32_f32 intrinsic (PR 96914)

2020-10-05 Thread Christophe Lyon via Gcc-patches
__arm_vcvtnq_u32_f32 was missing from arm_mve.h, although the s32_f32 and [su]16_f16 versions were present. This patch adds the missing version and testcase, which are cut-and-paste from the other versions. 2020-10-05 Christophe Lyon gcc/ * config/arm/arm_mve.h