Re: [PATCH] aarch64: Fix float <-> int errors in vld4[q]_lane intrinsics

2021-08-18 Thread Richard Sandiford via Gcc-patches
Jonathan Wright writes: > Hi, > > A previous commit "aarch64: Remove macros for vld4[q]_lane Neon > intrinsics" introduced some float <-> int type conversion errors. > This patch fixes those errors. It looks like: __extension__ extern __inline float64x1x3_t __attribute__ ((__always_inline__, __g

[PATCH] aarch64: Fix float <-> int errors in vld4[q]_lane intrinsics

2021-08-18 Thread Jonathan Wright via Gcc-patches
Hi, A previous commit "aarch64: Remove macros for vld4[q]_lane Neon intrinsics" introduced some float <-> int type conversion errors. This patch fixes those errors. Bootstrapped and regression tested on aarch64-none-linux-gnu - no issues. Ok for master? Thanks, Jonathan --- gcc/ChangeLog: 20